summaryrefslogtreecommitdiff
path: root/libmatemixer/matemixer-device-switch.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-10-29 11:24:41 +0100
committerlukefromdc <[email protected]>2019-11-01 23:31:49 +0000
commit13b9341a115751b518d1d106820624f8b17ecee2 (patch)
tree4596cfba3c1023f25d4017607039139ab5e69c95 /libmatemixer/matemixer-device-switch.c
parenta2b696a815934bc36af8b67bfd7cbd1550bae5eb (diff)
downloadlibmatemixer-13b9341a115751b518d1d106820624f8b17ecee2.tar.bz2
libmatemixer-13b9341a115751b518d1d106820624f8b17ecee2.tar.xz
avoid redundant redeclarations
Diffstat (limited to 'libmatemixer/matemixer-device-switch.c')
-rw-r--r--libmatemixer/matemixer-device-switch.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmatemixer/matemixer-device-switch.c b/libmatemixer/matemixer-device-switch.c
index 773d74c..51e946e 100644
--- a/libmatemixer/matemixer-device-switch.c
+++ b/libmatemixer/matemixer-device-switch.c
@@ -44,8 +44,6 @@ enum {
static GParamSpec *properties[N_PROPERTIES] = { NULL, };
-static void mate_mixer_device_switch_class_init (MateMixerDeviceSwitchClass *klass);
-
static void mate_mixer_device_switch_get_property (GObject *object,
guint param_id,
GValue *value,
@@ -55,8 +53,6 @@ static void mate_mixer_device_switch_set_property (GObject *o
const GValue *value,
GParamSpec *pspec);
-static void mate_mixer_device_switch_init (MateMixerDeviceSwitch *swtch);
-
G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE (MateMixerDeviceSwitch, mate_mixer_device_switch, MATE_MIXER_TYPE_SWITCH)
static void