summaryrefslogtreecommitdiff
path: root/mate-volume-control/gvc-sound-theme-chooser.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-volume-control/gvc-sound-theme-chooser.h')
-rw-r--r--mate-volume-control/gvc-sound-theme-chooser.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/mate-volume-control/gvc-sound-theme-chooser.h b/mate-volume-control/gvc-sound-theme-chooser.h
index c7bfac0..55fd1cb 100644
--- a/mate-volume-control/gvc-sound-theme-chooser.h
+++ b/mate-volume-control/gvc-sound-theme-chooser.h
@@ -36,21 +36,13 @@ typedef struct GvcSoundThemeChooserPrivate GvcSoundThemeChooserPrivate;
typedef struct
{
-#if GTK_CHECK_VERSION (3, 0, 0)
GtkBox parent;
-#else
- GtkVBox parent;
-#endif
GvcSoundThemeChooserPrivate *priv;
} GvcSoundThemeChooser;
typedef struct
{
-#if GTK_CHECK_VERSION (3, 0, 0)
GtkBoxClass parent_class;
-#else
- GtkVBoxClass parent_class;
-#endif
} GvcSoundThemeChooserClass;
GType gvc_sound_theme_chooser_get_type (void);