gtk: Remove calls that try to set GDK_NO_BG on their windows

These calls aren't necessary anymore.
This commit is contained in:
Benjamin Otte
2010-08-15 13:54:05 +02:00
parent 2c1633699f
commit 5e4aaba482
5 changed files with 0 additions and 15 deletions

View File

@ -892,7 +892,6 @@ gtk_layout_realize (GtkWidget *widget)
window = gdk_window_new (gtk_widget_get_parent_window (widget),
&attributes, attributes_mask);
gtk_widget_set_window (widget, window);
gdk_window_set_back_pixmap (window, NULL, FALSE);
gdk_window_set_user_data (window, widget);
gtk_widget_get_allocation (widget, &allocation);