summaryrefslogtreecommitdiffstats
path: root/sub/osd_libass.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-09-29 09:53:28 +0200
committerwm4 <wm4@nowhere>2012-10-16 07:26:31 +0200
commite62b3a175016eaf93ef5ead7ea3891bc85327a55 (patch)
tree996ff027533a55d53f92cc7ae454c980d2690821 /sub/osd_libass.c
parentef43d7701d2ae26227fad403e48a03cf2aea0ab0 (diff)
downloadmpv-e62b3a175016eaf93ef5ead7ea3891bc85327a55.tar.bz2
mpv-e62b3a175016eaf93ef5ead7ea3891bc85327a55.tar.xz
sub: cosmetics: turn some defines into enums
Diffstat (limited to 'sub/osd_libass.c')
-rw-r--r--sub/osd_libass.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sub/osd_libass.c b/sub/osd_libass.c
index 2d596a6516..6c325642c5 100644
--- a/sub/osd_libass.c
+++ b/sub/osd_libass.c
@@ -35,9 +35,6 @@ static const char osd_font_pfb[] =
#include "mp_core.h"
-// Map OSD symbols (e.g. OSD_PLAY) to the glyphs in osd_font_pfb[].
-#define OSD_CODEPOINTS 0xE000
-
// NOTE: \fs-5 to reduce the size of the symbols in relation to normal text.
// Done because libass doesn't center characters that are too high.
#define ASS_USE_OSD_FONT "{\\fnOSD\\fs-5}"