summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/player/command.c b/player/command.c
index 8e28fb9917..2da7834233 100644
--- a/player/command.c
+++ b/player/command.c
@@ -4324,9 +4324,7 @@ static const struct property_osd_display {
{"ab-loop-b", .msg = "A-B loop: ${ab-loop-a} - ${ab-loop-b}"},
{"audio-device", "Audio device"},
// By default, don't display the following properties on OSD
- {"pause",
- .seek_msg = OSD_SEEK_INFO_TEXT,
- .seek_bar = OSD_SEEK_INFO_BAR},
+ {"pause", NULL},
{"fullscreen", NULL},
{0}
};