From 13b9341a115751b518d1d106820624f8b17ecee2 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Tue, 29 Oct 2019 11:24:41 +0100 Subject: avoid redundant redeclarations --- backends/pulse/pulse-sink-control.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'backends/pulse/pulse-sink-control.c') 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, -- cgit v1.2.1