From 7eb48343d47981fc38e0d4c7d9c78ae7ac2662b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Sat, 13 Nov 2010 22:10:58 +0100 Subject: options: more mplayer.c options moved to option struct Following options were moved: autoq, benchmark, [no]term-osd, term-osd-esc, playing-msg, [no]idle, [no]consolecontrols, list-properties. --- mp_osd.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'mp_osd.h') 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); -- cgit v1.2.3