summaryrefslogtreecommitdiffstats
path: root/sub/sub.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-02-24 16:15:50 +0100
committerwm4 <wm4@nowhere>2013-02-24 16:15:50 +0100
commitbab429870e63bc13bc7583c2eba66f93cfd768a2 (patch)
treeeaeebfaf04fcb53d8843cefedf58f276d1936c6a /sub/sub.c
parent63601415d85041d439f43d5f489d034f118fb2ba (diff)
downloadmpv-bab429870e63bc13bc7583c2eba66f93cfd768a2.tar.bz2
mpv-bab429870e63bc13bc7583c2eba66f93cfd768a2.tar.xz
vo_caca: remove OSD support
Recent changes to the OSD code made vo_caca crash when showing OSD. Since this is a joke VO (== I'd rather not waste my time with it), remove the OSD support. It wasn't that great anyway.
Diffstat (limited to 'sub/sub.c')
-rw-r--r--sub/sub.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/sub/sub.c b/sub/sub.c
index 2ec2207870..73b446cd91 100644
--- a/sub/sub.c
+++ b/sub/sub.c
@@ -42,24 +42,6 @@
#include "video/mp_image.h"
#include "video/mp_image_pool.h"
-
-char * const sub_osd_names[]={
- _("Seekbar"),
- _("Play"),
- _("Pause"),
- _("Stop"),
- _("Rewind"),
- _("Forward"),
- _("Clock"),
- _("Contrast"),
- _("Saturation"),
- _("Volume"),
- _("Brightness"),
- _("Hue"),
- _("Balance")
-};
-char * const sub_osd_names_short[] ={ "", "|>", "||", "[]", "<<" , ">>", "", "", "", "", "", "", "" };
-
int sub_pos=100;
int sub_visibility=1;