diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-06-07 04:31:56 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-06-07 04:37:06 +0200 |
commit | 47f8beb0a6069b1b0c8cba84f028797095f3ea99 (patch) | |
tree | d5cf42550feb049e0a912902581d08cb3c2cfec9 /gdk/x11/gdkx.h | |
parent | 25864cf0ceddfbaf7703ecff4964f1ef708f66c7 (diff) | |
download | gtk+-47f8beb0a6069b1b0c8cba84f028797095f3ea99.tar.gz |
Remove gdkx_colormap_get() deprecated function
Diffstat (limited to 'gdk/x11/gdkx.h')
-rw-r--r-- | gdk/x11/gdkx.h | 5 |
1 files changed, 0 insertions, 5 deletions
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); |