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-sink-switch.c | |
parent | a2b696a815934bc36af8b67bfd7cbd1550bae5eb (diff) | |
download | libmatemixer-13b9341a115751b518d1d106820624f8b17ecee2.tar.bz2 libmatemixer-13b9341a115751b518d1d106820624f8b17ecee2.tar.xz |
avoid redundant redeclarations
Diffstat (limited to 'backends/pulse/pulse-sink-switch.c')
-rw-r--r-- | backends/pulse/pulse-sink-switch.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/pulse/pulse-sink-switch.c b/backends/pulse/pulse-sink-switch.c index 74c182f..628246b 100644 --- a/backends/pulse/pulse-sink-switch.c +++ b/backends/pulse/pulse-sink-switch.c @@ -28,9 +28,6 @@ #include "pulse-sink-switch.h" #include "pulse-stream.h" -static void pulse_sink_switch_class_init (PulseSinkSwitchClass *klass); -static void pulse_sink_switch_init (PulseSinkSwitch *swtch); - G_DEFINE_TYPE (PulseSinkSwitch, pulse_sink_switch, PULSE_TYPE_PORT_SWITCH) static gboolean pulse_sink_switch_set_active_port (PulsePortSwitch *swtch, |