diff options
author | monsta <[email protected]> | 2016-11-21 22:40:13 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-21 22:40:13 +0300 |
commit | 914205c39a5cc85779959a793337adff58ba0a60 (patch) | |
tree | cb986d8789749c133c90d34c9aaaa6a3956e2899 /mate-volume-control/gvc-speaker-test.h | |
parent | a8c8c031e835211b8fd3a16114816a9d2f9171f2 (diff) | |
download | mate-media-914205c39a5cc85779959a793337adff58ba0a60.tar.bz2 mate-media-914205c39a5cc85779959a793337adff58ba0a60.tar.xz |
move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option
and require libmate-desktop >= 1.17
Diffstat (limited to 'mate-volume-control/gvc-speaker-test.h')
-rw-r--r-- | mate-volume-control/gvc-speaker-test.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mate-volume-control/gvc-speaker-test.h b/mate-volume-control/gvc-speaker-test.h index 1c1546d..56650f1 100644 --- a/mate-volume-control/gvc-speaker-test.h +++ b/mate-volume-control/gvc-speaker-test.h @@ -43,21 +43,13 @@ typedef struct _GvcSpeakerTestPrivate GvcSpeakerTestPrivate; struct _GvcSpeakerTest { -#if GTK_CHECK_VERSION (3, 4, 0) GtkGrid parent; -#else - GtkTable parent; -#endif GvcSpeakerTestPrivate *priv; }; struct _GvcSpeakerTestClass { -#if GTK_CHECK_VERSION (3, 4, 0) GtkGridClass parent_class; -#else - GtkTableClass parent_class; -#endif }; GType gvc_speaker_test_get_type (void) G_GNUC_CONST; |