GtkSwitch: remove deprecated call.

This commit is contained in:
Carlos Garnacho 2011-01-04 02:08:02 +01:00
parent f4cc2c6f17
commit cb21085187

View File

@ -422,8 +422,6 @@ gtk_switch_realize (GtkWidget *widget)
&attributes,
attributes_mask);
gdk_window_set_user_data (priv->event_window, widget);
gtk_widget_style_attach (widget);
}
static void