boxgadget: Remove unused ComputeExpandFunc

This commit is contained in:
Timm Bäder
2017-05-06 14:29:38 +02:00
committed by Matthias Clasen
parent 0845246fb8
commit a5b25d452a

View File

@@ -46,8 +46,6 @@ struct _GtkBoxGadgetPrivate {
guint align_reverse : 1;
};
typedef gboolean (* ComputeExpandFunc) (GObject *object, GtkOrientation orientation);
typedef struct _GtkBoxGadgetChild GtkBoxGadgetChild;
struct _GtkBoxGadgetChild {
GObject *object;