From 47f8beb0a6069b1b0c8cba84f028797095f3ea99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 7 Jun 2010 04:31:56 +0200 Subject: Remove gdkx_colormap_get() deprecated function --- gdk/x11/gdkx.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gdk/x11/gdkx.h') diff --git a/gdk/x11/gdkx.h b/gdk/x11/gdkx.h index d8aa42c843..c56d462996 100644 --- a/gdk/x11/gdkx.h +++ b/gdk/x11/gdkx.h @@ -129,11 +129,6 @@ GdkVisual* gdk_x11_screen_lookup_visual (GdkScreen *screen, GdkVisual* gdkx_visual_get (VisualID xvisualid); #endif -#ifdef GDK_ENABLE_BROKEN -/* XXX: An X Colormap is useless unless we also have the visual. */ -GdkColormap* gdkx_colormap_get (Colormap xcolormap); -#endif - GdkColormap *gdk_x11_colormap_foreign_new (GdkVisual *visual, Colormap xcolormap); -- cgit v1.2.1