summaryrefslogtreecommitdiffstats
path: root/mp_osd.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_osd.h')
-rw-r--r--mp_osd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/mp_osd.h b/mp_osd.h
index 7c5da6b7a9..6c80ea3214 100644
--- a/mp_osd.h
+++ b/mp_osd.h
@@ -34,9 +34,6 @@
#define MAX_OSD_LEVEL 3
#define MAX_TERM_OSD_LEVEL 1
-// These appear in options list
-extern int term_osd;
-
struct MPContext;
void set_osd_bar(struct MPContext *mpctx, int type,const char* name,double min,double max,double val);