summaryrefslogtreecommitdiff
path: root/mate-volume-control/gvc-balance-bar.h
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-01-20 14:07:11 +0300
committermonsta <[email protected]>2016-01-20 14:07:11 +0300
commit3447078bdbfc279c92f09f4bcb102d73e220cd41 (patch)
tree132ee0a84e8879e07e1a32730809977350fceacf /mate-volume-control/gvc-balance-bar.h
parent086496e0aaa056bc894ac7dab5c60eb0f9c34645 (diff)
downloadmate-media-3447078bdbfc279c92f09f4bcb102d73e220cd41.tar.bz2
mate-media-3447078bdbfc279c92f09f4bcb102d73e220cd41.tar.xz
use GtkBox instead of GtkVBox/GtkHBox in both GTK+ builds
and fix deprecated usage of GtkHBox and GtkVBox in GTK+3 build
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;