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

@ -8410,8 +8410,6 @@ text_window_realize (GtkTextWindow *win,
win->window = gdk_window_new (window,
&attributes, attributes_mask);
gdk_window_set_back_pixmap (win->window, NULL, FALSE);
gdk_window_show (win->window);
gdk_window_set_user_data (win->window, win->widget);
gdk_window_lower (win->window);