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-ext-stream.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'backends/pulse/pulse-ext-stream.c') diff --git a/backends/pulse/pulse-ext-stream.c b/backends/pulse/pulse-ext-stream.c index ab7d982..39f8f1e 100644 --- a/backends/pulse/pulse-ext-stream.c +++ b/backends/pulse/pulse-ext-stream.c @@ -49,8 +49,6 @@ enum { static GParamSpec *properties[N_PROPERTIES] = { NULL, }; -static void pulse_ext_stream_class_init (PulseExtStreamClass *klass); - static void pulse_ext_stream_get_property (GObject *object, guint param_id, GValue *value, @@ -60,7 +58,6 @@ static void pulse_ext_stream_set_property (GObject *object, const GValue *value, GParamSpec *pspec); -static void pulse_ext_stream_init (PulseExtStream *ext); static void pulse_ext_stream_dispose (GObject *object); static void pulse_ext_stream_finalize (GObject *object); -- cgit v1.2.1