mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
gtk: remove declarations of removed internal functions
This commit is contained in:
parent
ef03dc3fc6
commit
34627a6371
@ -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__ */
|
||||
|
@ -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__ */
|
||||
|
Loading…
Reference in New Issue
Block a user