summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/player/core.h b/player/core.h
index 5d055482a5..d8640d9ef0 100644
--- a/player/core.h
+++ b/player/core.h
@@ -52,8 +52,7 @@ enum mp_osd_seek_info {
OSD_SEEK_INFO_BAR = 1,
OSD_SEEK_INFO_TEXT = 2,
OSD_SEEK_INFO_CHAPTER_TEXT = 4,
- OSD_SEEK_INFO_EDITION = 8,
- OSD_SEEK_INFO_CURRENT_FILE = 16,
+ OSD_SEEK_INFO_CURRENT_FILE = 8,
};