From 14ff4cf318d2f01f98eab8f0541eabfbcf8f6943 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 22 Sep 2014 00:25:59 +0200 Subject: command: improve "osd" command Be less annoying, print the actual OSD level instead of something meaningless, but still clear the OSD if OSD level 0 (no OSD) is set. Remove the special handling for terminal OSD, that was just dumb. --- player/core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'player/core.h') diff --git a/player/core.h b/player/core.h index d9d7798faf..11421ce485 100644 --- a/player/core.h +++ b/player/core.h @@ -85,7 +85,6 @@ enum mp_osd_seek_info { enum { // other constants MAX_OSD_LEVEL = 3, - MAX_TERM_OSD_LEVEL = 1, OSD_LEVEL_INVISIBLE = 4, OSD_BAR_SEEK = 256, -- cgit v1.2.3