Drop internal function from header

Make _gtk_button_box_child_requisition static.
This commit is contained in:
Matthias Clasen
2010-08-13 00:54:31 -04:00
parent e057cb8b4d
commit 0ea8572d89
2 changed files with 1 additions and 7 deletions

View File

@ -396,7 +396,7 @@ gtk_button_box_set_child_secondary (GtkButtonBox *widget,
/* Ask children how much space they require and round up
to match minimum size and internal padding.
Returns the size each single child should have. */
void
static void
_gtk_button_box_child_requisition (GtkWidget *widget,
int *nvis_children,
int *nvis_secondaries,

View File

@ -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__ */