box: Remove gadget accessor

This commit is contained in:
Timm Bäder 2017-05-04 21:43:03 +02:00 committed by Matthias Clasen
parent 23ef6e4a3b
commit 5baaa76bac
2 changed files with 0 additions and 10 deletions

View File

@ -1414,12 +1414,6 @@ gtk_box_init (GtkBox *box)
_gtk_orientable_set_style_classes (GTK_ORIENTABLE (box));
}
GtkCssGadget *
gtk_box_get_gadget (GtkBox *box)
{
return box->priv->gadget;
}
/**
* gtk_box_new:
* @orientation: the boxs orientation.

View File

@ -24,12 +24,8 @@
G_BEGIN_DECLS
GList *_gtk_box_get_children (GtkBox *box);
GtkCssGadget *gtk_box_get_gadget (GtkBox *box);
G_END_DECLS
#endif /* __GTK_BOX_PRIVATE_H__ */