clock: remove method declaration too

This commit is contained in:
Wim Taymans 2012-02-08 09:30:02 +01:00
parent 110e7c2d3c
commit 7cb4828e93

View file

@ -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 }; */