summaryrefslogtreecommitdiffstats
path: root/libvo/font_load_ft.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/font_load_ft.c')
-rw-r--r--libvo/font_load_ft.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libvo/font_load_ft.c b/libvo/font_load_ft.c
index 13e9421319..e1d475f4a8 100644
--- a/libvo/font_load_ft.c
+++ b/libvo/font_load_ft.c
@@ -11,8 +11,6 @@
#include "config.h"
-#ifdef HAVE_FREETYPE
-
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
@@ -1170,5 +1168,3 @@ void load_font_ft(int width, int height)
vo_font=read_font_desc_ft(font_name, width, height);
#endif
}
-
-#endif /* HAVE_FREETYPE */