raw1394: remove useless last_time

It seems to me this code is useless: removing it.

https://bugzilla.gnome.org/show_bug.cgi?id=618871
This commit is contained in:
Marc-André Lureau 2010-05-17 13:54:03 +02:00 committed by Tim-Philipp Müller
parent e6ec5cce2e
commit f7bf4cc905
2 changed files with 0 additions and 2 deletions

View file

@ -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);
}

View file

@ -58,7 +58,6 @@ struct _Gst1394Clock {
raw1394handle_t handle;
GstClockTime last_time;
guint32 cycle_timer_lo;
guint32 cycle_timer_hi;
};