diff options
author | Javier Jardón <jjardon@gnome.org> | 2011-10-02 21:21:49 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2011-10-02 21:30:42 +0100 |
commit | 8985ce3b7245df120659f3537214a16b144392fb (patch) | |
tree | 9f75269bcaf86d97a3b73e34349223d4875621fc /gtk/gtkbox.h | |
parent | c5c392ddf9a96e09d2a539d094785156afa77e8e (diff) | |
download | gtk+-8985ce3b7245df120659f3537214a16b144392fb.tar.gz |
gtkbox: Move private functions to private header
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 906aa2e9d7..55a08e9934 100644 --- a/gtk/gtkbox.h +++ b/gtk/gtkbox.h @@ -109,13 +109,6 @@ void gtk_box_set_child_packing (GtkBox *box, guint padding, GtkPackType pack_type); -/* internal API */ -void _gtk_box_set_old_defaults (GtkBox *box); -gboolean _gtk_box_get_spacing_set (GtkBox *box); -void _gtk_box_set_spacing_set (GtkBox *box, - gboolean spacing_set); -GList *_gtk_box_get_children (GtkBox *box); - G_END_DECLS #endif /* __GTK_BOX_H__ */ |