summaryrefslogtreecommitdiff
path: root/backends/pulse/pulse-port.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-port.c
parenta2b696a815934bc36af8b67bfd7cbd1550bae5eb (diff)
downloadlibmatemixer-13b9341a115751b518d1d106820624f8b17ecee2.tar.bz2
libmatemixer-13b9341a115751b518d1d106820624f8b17ecee2.tar.xz
avoid redundant redeclarations
Diffstat (limited to 'backends/pulse/pulse-port.c')
-rw-r--r--backends/pulse/pulse-port.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/pulse/pulse-port.c b/backends/pulse/pulse-port.c
index 23faafa..1c2de21 100644
--- a/backends/pulse/pulse-port.c
+++ b/backends/pulse/pulse-port.c
@@ -32,9 +32,6 @@ struct _PulsePortPrivate
guint priority;
};
-static void pulse_port_class_init (PulsePortClass *klass);
-static void pulse_port_init (PulsePort *port);
-
G_DEFINE_TYPE_WITH_PRIVATE (PulsePort, pulse_port, MATE_MIXER_TYPE_SWITCH_OPTION)
static void