diff options
author | Timm Bäder <mail@baedert.org> | 2018-12-29 09:43:15 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-01-23 19:30:46 -0500 |
commit | a543ed84f6a93a5db87c322cafb0da73444dbc72 (patch) | |
tree | df27efd8439ce7ed01f9523bbe87998a2e43bc8c /gtk/gtkbox.h | |
parent | 3d34b91453dd0dc330d861118b4846ceee06281d (diff) | |
download | gtk+-a543ed84f6a93a5db87c322cafb0da73444dbc72.tar.gz |
box: Remove gtk_box_pack_end
Diffstat (limited to 'gtk/gtkbox.h')
-rw-r--r-- | gtk/gtkbox.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkbox.h b/gtk/gtkbox.h index dd71895562..aa148db0db 100644 --- a/gtk/gtkbox.h +++ b/gtk/gtkbox.h @@ -80,10 +80,6 @@ GDK_AVAILABLE_IN_ALL void gtk_box_pack_start (GtkBox *box, GtkWidget *child); GDK_AVAILABLE_IN_ALL -void gtk_box_pack_end (GtkBox *box, - GtkWidget *child); - -GDK_AVAILABLE_IN_ALL void gtk_box_set_homogeneous (GtkBox *box, gboolean homogeneous); GDK_AVAILABLE_IN_ALL |