summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-21 16:43:21 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-21 16:43:21 +0000
commit466a129496cd6a1b45169ea326c586eaafa4eaa9 (patch)
tree571b68a560c88616e3fc5ac61efc3f8677577314 /libvo
parentc5c8169b47ffd32326d3575954309b4fe1c44b6e (diff)
downloadmpv-466a129496cd6a1b45169ea326c586eaafa4eaa9.tar.bz2
mpv-466a129496cd6a1b45169ea326c586eaafa4eaa9.tar.xz
Remove duplicate vo_sub extern definition.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21715 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/sub.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index 47d9bb646c..45d39bbd6b 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -67,8 +67,6 @@ extern unsigned char* vo_osd_text;
extern int vo_osd_progbar_type;
extern int vo_osd_progbar_value; // 0..255
-extern subtitle* vo_sub;
-
extern void* vo_spudec;
extern void* vo_vobsub;