diff --git a/ext/raw1394/gst1394clock.c b/ext/raw1394/gst1394clock.c index 6f1546adcb..b7d4a8f177 100644 --- a/ext/raw1394/gst1394clock.c +++ b/ext/raw1394/gst1394clock.c @@ -82,7 +82,6 @@ gst_1394_clock_class_init (Gst1394ClockClass * klass) static void gst_1394_clock_init (Gst1394Clock * clock) { - clock->last_time = 0; GST_OBJECT_FLAG_SET (clock, GST_CLOCK_FLAG_CAN_SET_MASTER); } diff --git a/ext/raw1394/gst1394clock.h b/ext/raw1394/gst1394clock.h index 98150ff614..ab7594d071 100644 --- a/ext/raw1394/gst1394clock.h +++ b/ext/raw1394/gst1394clock.h @@ -58,7 +58,6 @@ struct _Gst1394Clock { raw1394handle_t handle; - GstClockTime last_time; guint32 cycle_timer_lo; guint32 cycle_timer_hi; };