summaryrefslogtreecommitdiffstats
path: root/player/osd.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/osd.c')
-rw-r--r--player/osd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/player/osd.c b/player/osd.c
index 4dbdfe4024..2b95a10705 100644
--- a/player/osd.c
+++ b/player/osd.c
@@ -474,12 +474,6 @@ static void add_seek_osd_messages(struct MPContext *mpctx)
"Chapter: %s", chapter);
talloc_free(chapter);
}
- if ((mpctx->add_osd_seek_info & OSD_SEEK_INFO_EDITION) && mpctx->demuxer) {
- set_osd_msg(mpctx, 1, mpctx->opts->osd_duration,
- "Playing edition %d of %d.",
- mpctx->demuxer->edition + 1,
- mpctx->demuxer->num_editions);
- }
if (mpctx->add_osd_seek_info & OSD_SEEK_INFO_CURRENT_FILE) {
if (mpctx->filename) {
set_osd_msg(mpctx, 1, mpctx->opts->osd_duration, "%s",