From 7cb4828e935f0ae2223666f60495d2ef73cae437 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 8 Feb 2012 09:30:02 +0100 Subject: [PATCH] clock: remove method declaration too --- gst/gstclock.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst/gstclock.c b/gst/gstclock.c index 552c8ab..180fe6a 100644 --- a/gst/gstclock.c +++ b/gst/gstclock.c @@ -173,8 +173,6 @@ static void gst_clock_set_property (GObject * object, guint prop_id, const GValue * value, GParamSpec * pspec); static void gst_clock_get_property (GObject * object, guint prop_id, GValue * value, GParamSpec * pspec); -static void gst_clock_update_stats (GstClock * clock); - /* static guint gst_clock_signals[LAST_SIGNAL] = { 0 }; */ -- 2.7.4