From 914205c39a5cc85779959a793337adff58ba0a60 Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 21 Nov 2016 22:40:13 +0300 Subject: move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option and require libmate-desktop >= 1.17 --- mate-volume-control/gvc-speaker-test.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'mate-volume-control/gvc-speaker-test.h') 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; -- cgit v1.2.1