summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--player/playloop.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/player/playloop.c b/player/playloop.c
index 42f01ce473..597d1094a2 100644
--- a/player/playloop.c
+++ b/player/playloop.c
@@ -364,9 +364,6 @@ double get_time_length(struct MPContext *mpctx)
return -1; // unknown
}
-/* If there are timestamps from stream level then use those (for example
- * DVDs can have consistent times there while the MPEG-level timestamps
- * reset). */
double get_current_time(struct MPContext *mpctx)
{
struct demuxer *demuxer = mpctx->demuxer;