summaryrefslogtreecommitdiff
path: root/backends/pulse/pulse-sink-control.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 /backends/pulse/pulse-sink-control.c
parenta2b696a815934bc36af8b67bfd7cbd1550bae5eb (diff)
downloadlibmatemixer-13b9341a115751b518d1d106820624f8b17ecee2.tar.bz2
libmatemixer-13b9341a115751b518d1d106820624f8b17ecee2.tar.xz
avoid redundant redeclarations
Diffstat (limited to 'backends/pulse/pulse-sink-control.c')
-rw-r--r--backends/pulse/pulse-sink-control.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/pulse/pulse-sink-control.c b/backends/pulse/pulse-sink-control.c
index c3fffb1..674e09f 100644
--- a/backends/pulse/pulse-sink-control.c
+++ b/backends/pulse/pulse-sink-control.c
@@ -28,9 +28,6 @@
#include "pulse-sink.h"
#include "pulse-sink-control.h"
-static void pulse_sink_control_class_init (PulseSinkControlClass *klass);
-static void pulse_sink_control_init (PulseSinkControl *control);
-
G_DEFINE_TYPE (PulseSinkControl, pulse_sink_control, PULSE_TYPE_STREAM_CONTROL);
static gboolean pulse_sink_control_set_mute (PulseStreamControl *psc,