summaryrefslogtreecommitdiff
path: root/mate-volume-control/gvc-combo-box.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-volume-control/gvc-combo-box.h')
-rw-r--r--mate-volume-control/gvc-combo-box.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/mate-volume-control/gvc-combo-box.h b/mate-volume-control/gvc-combo-box.h
index 0767704..fc82be5 100644
--- a/mate-volume-control/gvc-combo-box.h
+++ b/mate-volume-control/gvc-combo-box.h
@@ -43,21 +43,14 @@ typedef struct _GvcComboBoxPrivate GvcComboBoxPrivate;
struct _GvcComboBox
{
-#if GTK_CHECK_VERSION (3, 0, 0)
GtkBox parent;
-#else
- GtkHBox parent;
-#endif
GvcComboBoxPrivate *priv;
};
struct _GvcComboBoxClass
{
-#if GTK_CHECK_VERSION (3, 0, 0)
GtkBoxClass parent_class;
-#else
- GtkHBoxClass parent_class;
-#endif
+
void (* changing) (GvcComboBox *combobox,
MateMixerSwitchOption *option);
void (* button_clicked) (GvcComboBox *combobox);