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-source-switch.c | |
parent | a2b696a815934bc36af8b67bfd7cbd1550bae5eb (diff) | |
download | libmatemixer-13b9341a115751b518d1d106820624f8b17ecee2.tar.bz2 libmatemixer-13b9341a115751b518d1d106820624f8b17ecee2.tar.xz |
avoid redundant redeclarations
Diffstat (limited to 'backends/pulse/pulse-source-switch.c')
-rw-r--r-- | backends/pulse/pulse-source-switch.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/pulse/pulse-source-switch.c b/backends/pulse/pulse-source-switch.c index 76f97f0..2514597 100644 --- a/backends/pulse/pulse-source-switch.c +++ b/backends/pulse/pulse-source-switch.c @@ -28,9 +28,6 @@ #include "pulse-source-switch.h" #include "pulse-stream.h" -static void pulse_source_switch_class_init (PulseSourceSwitchClass *klass); -static void pulse_source_switch_init (PulseSourceSwitch *swtch); - G_DEFINE_TYPE (PulseSourceSwitch, pulse_source_switch, PULSE_TYPE_PORT_SWITCH) static gboolean pulse_source_switch_set_active_port (PulsePortSwitch *swtch, |