summaryrefslogtreecommitdiffstats
path: root/sub/sub.c
diff options
context:
space:
mode:
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;