tests: No need to allocate colors anymore

This commit is contained in:
Benjamin Otte 2010-08-27 20:02:04 +02:00
parent b479ff9cb5
commit c340fb7efd

View File

@ -51,8 +51,6 @@ create_window (GdkWindow *parent,
bg->green = g_random_int_range (0, 0xffff);;
}
if (!gdk_colormap_alloc_color (gtk_widget_get_colormap (darea), bg, FALSE, TRUE))
g_assert_not_reached ();
gdk_window_set_background (window, bg);
g_object_set_data_full (G_OBJECT (window), "color", bg, g_free);