diff options
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; |