summaryrefslogtreecommitdiff
path: root/mate-volume-control/gvc-channel-bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-volume-control/gvc-channel-bar.h')
-rw-r--r--mate-volume-control/gvc-channel-bar.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/mate-volume-control/gvc-channel-bar.h b/mate-volume-control/gvc-channel-bar.h
index 1c80be9..6a91f78 100644
--- a/mate-volume-control/gvc-channel-bar.h
+++ b/mate-volume-control/gvc-channel-bar.h
@@ -43,21 +43,13 @@ typedef struct _GvcChannelBarPrivate GvcChannelBarPrivate;
struct _GvcChannelBar
{
-#if GTK_CHECK_VERSION (3, 0, 0)
GtkBox parent;
-#else
- GtkHBox parent;
-#endif
GvcChannelBarPrivate *priv;
};
struct _GvcChannelBarClass
{
-#if GTK_CHECK_VERSION (3, 0, 0)
GtkBoxClass parent_class;
-#else
- GtkHBoxClass parent_class;
-#endif
void (* changed) (GvcChannelBar *bar);
};