summaryrefslogtreecommitdiff
path: root/gtk/gtkbbox.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-08-13 00:54:31 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-08-16 21:58:26 -0400
commit0ea8572d89cd607c6f4d5b6b7b6524a9235ad773 (patch)
tree83c2f5aaec82180b20027d9f76874a035c3f79fc /gtk/gtkbbox.h
parente057cb8b4dcf244da1272f3195a086647ad36b60 (diff)
downloadgtk+-0ea8572d89cd607c6f4d5b6b7b6524a9235ad773.tar.gz
Drop internal function from header
Make _gtk_button_box_child_requisition static.
Diffstat (limited to 'gtk/gtkbbox.h')
-rw-r--r--gtk/gtkbbox.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/gtkbbox.h b/gtk/gtkbbox.h
index d15fac8c4d..878ba0a162 100644
--- a/gtk/gtkbbox.h
+++ b/gtk/gtkbbox.h
@@ -73,12 +73,6 @@ void gtk_button_box_set_child_secondary (GtkButtonBox *widget,
GtkWidget *child,
gboolean is_secondary);
-/* Internal method - do not use. */
-void _gtk_button_box_child_requisition (GtkWidget *widget,
- int *nvis_children,
- int *nvis_secondaries,
- int *width,
- int *height);
G_END_DECLS
#endif /* __GTK_BUTTON_BOX_H__ */