From e62b3a175016eaf93ef5ead7ea3891bc85327a55 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 29 Sep 2012 09:53:28 +0200 Subject: sub: cosmetics: turn some defines into enums --- sub/osd_libass.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sub/osd_libass.c') 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}" -- cgit v1.2.3