summaryrefslogtreecommitdiff
path: root/gtk/gtksocket.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-10-19 19:31:38 +0200
committerMatthias Clasen <mclasen@redhat.com>2010-10-19 19:31:38 +0200
commitd1a9d764a80d7e59d69933bdef38f8c8db32a3f2 (patch)
treef469dff26c1889f85a6079bef0744f4daf5d429f /gtk/gtksocket.c
parent4824a730841d5ee3b4492221f42cc40ee7296974 (diff)
downloadgtk+-d1a9d764a80d7e59d69933bdef38f8c8db32a3f2.tar.gz
Remove gtk_widget_hide_all()
it's useless and a trap for programmers https://bugzilla.gnome.org/show_bug.cgi?id=438318
Diffstat (limited to 'gtk/gtksocket.c')
-rw-r--r--gtk/gtksocket.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/gtksocket.c b/gtk/gtksocket.c
index 7389a7e0dc..a9b5b7457d 100644
--- a/gtk/gtksocket.c
+++ b/gtk/gtksocket.c
@@ -204,11 +204,9 @@ gtk_socket_class_init (GtkSocketClass *class)
widget_class->key_release_event = gtk_socket_key_event;
widget_class->focus = gtk_socket_focus;
- /* We don't want to show_all/hide_all the in-process
- * plug, if any.
+ /* We don't want to show_all the in-process plug, if any.
*/
widget_class->show_all = gtk_widget_show;
- widget_class->hide_all = gtk_widget_hide;
container_class->remove = gtk_socket_remove;
container_class->forall = gtk_socket_forall;