diff options
author | Pablo Barciela <[email protected]> | 2019-10-29 11:24:41 +0100 |
---|---|---|
committer | lukefromdc <[email protected]> | 2019-11-01 23:31:49 +0000 |
commit | 13b9341a115751b518d1d106820624f8b17ecee2 (patch) | |
tree | 4596cfba3c1023f25d4017607039139ab5e69c95 /backends/pulse/pulse-device.c | |
parent | a2b696a815934bc36af8b67bfd7cbd1550bae5eb (diff) | |
download | libmatemixer-13b9341a115751b518d1d106820624f8b17ecee2.tar.bz2 libmatemixer-13b9341a115751b518d1d106820624f8b17ecee2.tar.xz |
avoid redundant redeclarations
Diffstat (limited to 'backends/pulse/pulse-device.c')
-rw-r--r-- | backends/pulse/pulse-device.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/pulse/pulse-device.c b/backends/pulse/pulse-device.c index 940d3e9..0f11949 100644 --- a/backends/pulse/pulse-device.c +++ b/backends/pulse/pulse-device.c @@ -52,8 +52,6 @@ enum { static GParamSpec *properties[N_PROPERTIES] = { NULL, }; -static void pulse_device_class_init (PulseDeviceClass *klass); - static void pulse_device_get_property (GObject *object, guint param_id, GValue *value, @@ -63,7 +61,6 @@ static void pulse_device_set_property (GObject *object, const GValue *value, GParamSpec *pspec); -static void pulse_device_init (PulseDevice *device); static void pulse_device_dispose (GObject *object); static void pulse_device_finalize (GObject *object); |