diff options
author | Christian Dywan <christian@twotoasts.de> | 2009-10-07 17:38:23 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-05-03 01:39:49 +0200 |
commit | 0d7d1ae8dc98462a9f0c877da8f4051dab0e5bfb (patch) | |
tree | 4a4b6451c46c450f864ce492b4ee71f68f50a7ea /gtk/gtkbox.h | |
parent | de29ee15c6116c080c65ed3708df90a767046839 (diff) | |
download | gtk+-0d7d1ae8dc98462a9f0c877da8f4051dab0e5bfb.tar.gz |
Remove deprecated functions from GtkBox
Diffstat (limited to 'gtk/gtkbox.h')
-rw-r--r-- | gtk/gtkbox.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk/gtkbox.h b/gtk/gtkbox.h index 038c3b1c3a..03075db341 100644 --- a/gtk/gtkbox.h +++ b/gtk/gtkbox.h @@ -114,13 +114,6 @@ void gtk_box_pack_end (GtkBox *box, gboolean fill, guint padding); -#ifndef GTK_DISABLE_DEPRECATED -void gtk_box_pack_start_defaults (GtkBox *box, - GtkWidget *widget); -void gtk_box_pack_end_defaults (GtkBox *box, - GtkWidget *widget); -#endif - void gtk_box_set_homogeneous (GtkBox *box, gboolean homogeneous); gboolean gtk_box_get_homogeneous (GtkBox *box); |