summaryrefslogtreecommitdiff
path: root/ext/modplug/gstmodplug.cc
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis.bg@samsung.com>2015-02-24 13:51:24 +0000
committerLuis de Bethencourt <luis.bg@samsung.com>2015-02-24 14:01:18 +0000
commit65e5f6843771613dabe0b197a172c775aaa70591 (patch)
tree690e6fb11f5163957d02b04fbf89e3e37ddf5601 /ext/modplug/gstmodplug.cc
parent9078702b52a33100bf882337122614bf57b96bfa (diff)
downloadgstreamer-plugins-bad-65e5f6843771613dabe0b197a172c775aaa70591.tar.gz
modplug: remove unused variable
Diffstat (limited to 'ext/modplug/gstmodplug.cc')
-rw-r--r--ext/modplug/gstmodplug.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/modplug/gstmodplug.cc b/ext/modplug/gstmodplug.cc
index 0e7d78b22..683fbaac7 100644
--- a/ext/modplug/gstmodplug.cc
+++ b/ext/modplug/gstmodplug.cc
@@ -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);