directsoundsink: fix redundant function redeclaration compiler warnings
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 18 Mar 2010 18:49:24 +0000 (18:49 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 27 Mar 2010 09:05:50 +0000 (09:05 +0000)
Re-apply this again as well, as it was undone by the previous commit..

sys/directsound/gstdirectsoundsink.c

index ac9d2c9..0c2b1aa 100644 (file)
 GST_DEBUG_CATEGORY_STATIC (directsoundsink_debug);
 #define GST_CAT_DEFAULT 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,