unreachable code

Original commit message from CVS:
unreachable code
This commit is contained in:
Benjamin Otte 2003-05-01 20:16:14 +00:00
parent ca0fb4bea5
commit 8bf9277aa3

View file

@ -705,8 +705,6 @@ gst_scheduler_clock_wait (GstScheduler *sched, GstElement *element,
return sclass->clock_wait (sched, element, id, jitter);
else
return gst_clock_id_wait (id, jitter);
return GST_CLOCK_TIMEOUT;
}
/**