summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.c
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>1998-01-16 05:11:10 +0000
committerTim Janik <timj@src.gnome.org>1998-01-16 05:11:10 +0000
commit97f11c694c2f9e43a26dc733c18a19a3c12173fa (patch)
tree4c77cdf70b1335c5e0c62c4e189133628df9ee17 /gtk/gtkbutton.c
parentaed02304eba9488e6008436f364ec588f1cd0e6f (diff)
downloadgdk-pixbuf-97f11c694c2f9e43a26dc733c18a19a3c12173fa.tar.gz
implementation of gtk_widget_get()
-timj
Diffstat (limited to 'gtk/gtkbutton.c')
-rw-r--r--gtk/gtkbutton.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c
index f85ddf0fb..f86275c19 100644
--- a/gtk/gtkbutton.c
+++ b/gtk/gtkbutton.c
@@ -231,8 +231,6 @@ gtk_button_set_arg (GtkButton *button,
gtk_container_add (GTK_CONTAINER (button), label);
gtk_container_enable_resize (GTK_CONTAINER (button));
break;
- default:
- g_assert_not_reached ();
}
}