API: Remove GdkColormap

This commit is contained in:
Benjamin Otte
2010-08-29 13:06:35 +02:00
parent 94f809d439
commit e624656c20
18 changed files with 9 additions and 2574 deletions

View File

@ -84,8 +84,6 @@ test_type (gconstpointer data)
if (g_type_is_a (type, GTK_TYPE_SETTINGS))
instance = g_object_ref (gtk_settings_get_default ());
else if (g_type_is_a (type, GDK_TYPE_COLORMAP))
instance = g_object_ref (gdk_colormap_new (gdk_visual_get_best (), TRUE));
else if (g_type_is_a (type, GDK_TYPE_WINDOW))
{
GdkWindowAttr attributes;