summaryrefslogtreecommitdiff
path: root/gst/librfb/gstrfbsrc.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-03-22 12:02:16 +0100
committerBenjamin Otte <otte@redhat.com>2010-03-22 12:05:59 +0100
commitb7655bbd2ef5f07cb7079a223aedaecdbc05e111 (patch)
treea114aedb89f609a2afeac3f27e11851d93dd0d5d /gst/librfb/gstrfbsrc.c
parent63fdeb05f1f78230f4f39298fa7759d898fe463e (diff)
Add -Wredundant-decls flag
and fix warnings from it
Diffstat (limited to 'gst/librfb/gstrfbsrc.c')
-rw-r--r--gst/librfb/gstrfbsrc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/librfb/gstrfbsrc.c b/gst/librfb/gstrfbsrc.c
index 151aaa495..021fa35ae 100644
--- a/gst/librfb/gstrfbsrc.c
+++ b/gst/librfb/gstrfbsrc.c
@@ -70,8 +70,6 @@ GST_STATIC_PAD_TEMPLATE ("src",
"height = (int) [ 16, 4096 ], " "framerate = (fraction) 0/1")
);
-static void gst_rfb_src_base_init (gpointer g_class);
-static void gst_rfb_src_class_init (GstRfbSrcClass * klass);
static void gst_rfb_src_dispose (GObject * object);
static void gst_rfb_src_set_property (GObject * object, guint prop_id,
const GValue * value, GParamSpec * pspec);