mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 21:35:44 +00:00
modplug: remove unused variable
This commit is contained in:
parent
9078702b52
commit
65e5f68437
1 changed files with 0 additions and 9 deletions
|
@ -328,19 +328,10 @@ gst_modplug_do_seek (GstModPlug * modplug, GstEvent * event)
|
|||
gboolean flush;
|
||||
gint64 cur, stop;
|
||||
GstSegment seg;
|
||||
/* FIXME timestamp is set but not used */
|
||||
#if 0
|
||||
guint64 timestamp;
|
||||
#endif
|
||||
|
||||
if (modplug->frequency == 0)
|
||||
goto no_song;
|
||||
|
||||
#if 0
|
||||
timestamp = gst_util_uint64_scale_int (modplug->offset, GST_SECOND,
|
||||
modplug->frequency);
|
||||
#endif
|
||||
|
||||
gst_event_parse_seek (event, &rate, &format, &flags, &cur_type, &cur,
|
||||
&stop_type, &stop);
|
||||
|
||||
|
|
Loading…
Reference in a new issue