From d79780dd629aa471826580c5a421538d9c746925 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 22 Mar 2010 12:02:16 +0100 Subject: [PATCH] Add -Wredundant-decls flag and fix warnings from it --- gst/dtmf/gstrtpdtmfsrc.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gst/dtmf/gstrtpdtmfsrc.c b/gst/dtmf/gstrtpdtmfsrc.c index 0018cb2..30a9f5c 100644 --- a/gst/dtmf/gstrtpdtmfsrc.c +++ b/gst/dtmf/gstrtpdtmfsrc.c @@ -185,12 +185,8 @@ GST_STATIC_PAD_TEMPLATE ("src", GST_BOILERPLATE (GstRTPDTMFSrc, gst_rtp_dtmf_src, GstBaseSrc, GST_TYPE_BASE_SRC); - -static void gst_rtp_dtmf_src_base_init (gpointer g_class); -static void gst_rtp_dtmf_src_class_init (GstRTPDTMFSrcClass * klass); static void gst_rtp_dtmf_src_finalize (GObject * object); - static void gst_rtp_dtmf_src_set_property (GObject * object, guint prop_id, const GValue * value, GParamSpec * pspec); static void gst_rtp_dtmf_src_get_property (GObject * object, guint prop_id, -- 2.7.4