gtk: remove declarations of removed internal functions

This commit is contained in:
Michael Natterer 2010-10-29 13:19:22 +02:00
parent b2397d3d7e
commit 8154a5930d
2 changed files with 0 additions and 10 deletions

View File

@ -62,11 +62,6 @@ struct _GtkHButtonBoxClass
GType gtk_hbutton_box_get_type (void) G_GNUC_CONST;
GtkWidget* gtk_hbutton_box_new (void);
/* buttons can be added by gtk_container_add() */
/* private API */
GtkButtonBoxStyle _gtk_hbutton_box_get_layout_default (void);
G_END_DECLS
#endif /* __GTK_HBUTTON_BOX_H__ */

View File

@ -63,11 +63,6 @@ struct _GtkVButtonBoxClass
GType gtk_vbutton_box_get_type (void) G_GNUC_CONST;
GtkWidget *gtk_vbutton_box_new (void);
/* private API */
GtkButtonBoxStyle _gtk_vbutton_box_get_layout_default (void);
G_END_DECLS
#endif /* __GTK_VBBOX_H__ */