From b9814cd902144d17f6f9d54e8c00235e4fcaeed5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 18 Mar 2010 18:49:24 +0000 Subject: [PATCH] directsoundsink: fix redundant function redeclaration compiler warnings Re-apply this again as well, as it was undone by the previous commit.. --- sys/directsound/gstdirectsoundsink.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/directsound/gstdirectsoundsink.c b/sys/directsound/gstdirectsoundsink.c index ac9d2c9..0c2b1aa 100644 --- a/sys/directsound/gstdirectsoundsink.c +++ b/sys/directsound/gstdirectsoundsink.c @@ -59,10 +59,6 @@ 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, -- 2.7.4