summaryrefslogtreecommitdiff
path: root/mate-volume-control/gvc-balance-bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-volume-control/gvc-balance-bar.h')
-rw-r--r--mate-volume-control/gvc-balance-bar.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/mate-volume-control/gvc-balance-bar.h b/mate-volume-control/gvc-balance-bar.h
index d5b142d..2530191 100644
--- a/mate-volume-control/gvc-balance-bar.h
+++ b/mate-volume-control/gvc-balance-bar.h
@@ -51,21 +51,13 @@ typedef struct _GvcBalanceBarPrivate GvcBalanceBarPrivate;
struct _GvcBalanceBar
{
-#if GTK_CHECK_VERSION (3, 0, 0)
GtkBox parent;
-#else
- GtkHBox parent;
-#endif
GvcBalanceBarPrivate *priv;
};
struct _GvcBalanceBarClass
{
-#if GTK_CHECK_VERSION (3, 0, 0)
GtkBoxClass parent_class;
-#else
- GtkHBoxClass parent_class;
-#endif
};
GType gvc_balance_bar_get_type (void) G_GNUC_CONST;