summaryrefslogtreecommitdiffstats
path: root/mp_osd.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-03-30 02:06:58 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-03-31 18:24:10 +0300
commit694c067e19dcbabe8f6121923fe628b9bfa6ac32 (patch)
tree5f5a95e1be6dddce2f260881bebf02e540a920ba /mp_osd.h
parent9156a396a57c765090ea555bae9008ae862a8e49 (diff)
downloadmpv-694c067e19dcbabe8f6121923fe628b9bfa6ac32.tar.bz2
mpv-694c067e19dcbabe8f6121923fe628b9bfa6ac32.tar.xz
options: Move osd_level and osd_duration to options struct
Diffstat (limited to 'mp_osd.h')
-rw-r--r--mp_osd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mp_osd.h b/mp_osd.h
index d4ba8adbaf..6a1b3b94fe 100644
--- a/mp_osd.h
+++ b/mp_osd.h
@@ -16,7 +16,6 @@
#define MAX_TERM_OSD_LEVEL 1
// These appear in options list
-extern int osd_duration;
extern int term_osd;
struct MPContext;