summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-18 18:49:24 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-18 18:49:24 +0000
commit0efaf327c2b7b99a821c73e4c1ed75a2bda8f374 (patch)
tree236080fe5b3a681bbe1825037aff86c008c29285
parentdad4e96672ccf607b98bf013eadd5d5fe36a44af (diff)
directsoundsink: fix redundant function redeclaration compiler warnings
-rw-r--r--sys/directsound/gstdirectsoundsink.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/directsound/gstdirectsoundsink.c b/sys/directsound/gstdirectsoundsink.c
index ae31babd4..a674e953f 100644
--- a/sys/directsound/gstdirectsoundsink.c
+++ b/sys/directsound/gstdirectsoundsink.c
@@ -57,10 +57,6 @@
GST_DEBUG_CATEGORY_STATIC (directsoundsink_debug);
-static void gst_directsound_sink_base_init (gpointer g_class);
-static void gst_directsound_sink_class_init (GstDirectSoundSinkClass * klass);
-static void gst_directsound_sink_init (GstDirectSoundSink * dsoundsink,
- GstDirectSoundSinkClass * g_class);
static void gst_directsound_sink_finalise (GObject * object);
static void gst_directsound_sink_set_property (GObject * object, guint prop_id,