summaryrefslogtreecommitdiff
path: root/gtk/gtkbox.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-12-29 09:49:24 +0100
committerMatthias Clasen <mclasen@redhat.com>2019-01-23 19:30:46 -0500
commite9e40ddb42842174bc566974a10701373f32a11f (patch)
tree029fe073047abbb563b417e1ca640657f2a6f7d7 /gtk/gtkbox.h
parenta543ed84f6a93a5db87c322cafb0da73444dbc72 (diff)
downloadgtk+-e9e40ddb42842174bc566974a10701373f32a11f.tar.gz
box: Remove gtk_box_pack_start
Diffstat (limited to 'gtk/gtkbox.h')
-rw-r--r--gtk/gtkbox.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkbox.h b/gtk/gtkbox.h
index aa148db0db..fd98927e2e 100644
--- a/gtk/gtkbox.h
+++ b/gtk/gtkbox.h
@@ -75,10 +75,6 @@ GType gtk_box_get_type (void) G_GNUC_CONST;
GDK_AVAILABLE_IN_ALL
GtkWidget* gtk_box_new (GtkOrientation orientation,
gint spacing);
-
-GDK_AVAILABLE_IN_ALL
-void gtk_box_pack_start (GtkBox *box,
- GtkWidget *child);
GDK_AVAILABLE_IN_ALL
void gtk_box_set_homogeneous (GtkBox *box,
gboolean homogeneous);