gtk: remove declarations of removed internal functions

This commit is contained in:
Michael Natterer 2010-10-29 13:19:22 +02:00 committed by Tristan Van Berkom
parent ef03dc3fc6
commit 34627a6371
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__ */