summaryrefslogtreecommitdiff
path: root/frontends/framebuffer/font.h
diff options
context:
space:
mode:
authorAshish Gupta <ashmew2@gmail.com>2017-04-13 23:36:26 +0200
committerAshish Gupta <ashmew2@gmail.com>2017-10-25 22:04:54 +0200
commit7fb4c9e101f8477217ce9d818835bab5cc30f484 (patch)
treeb67b07aec1771eec2a602c82ddd53c62e2d6c5e9 /frontends/framebuffer/font.h
parenta618be2a69a347128a4e29c879abf4a913421f52 (diff)
downloadnetsurf-7fb4c9e101f8477217ce9d818835bab5cc30f484.tar.gz
netsurf-7fb4c9e101f8477217ce9d818835bab5cc30f484.tar.bz2
Step 2 : Abuse _TARGET_IS_KOLIBRIOS and build with make TARGET=kolibrios
Diffstat (limited to 'frontends/framebuffer/font.h')
-rw-r--r--frontends/framebuffer/font.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/frontends/framebuffer/font.h b/frontends/framebuffer/font.h
index 722a604e4..dfac43695 100644
--- a/frontends/framebuffer/font.h
+++ b/frontends/framebuffer/font.h
@@ -58,11 +58,7 @@ nserror fb_font_position(const struct plot_font_style *fstyle, const char *strin
nserror fb_font_width(const struct plot_font_style *fstyle, const char *string, size_t length, int *width);
-#ifdef FB_USE_FREETYPE
-#include "framebuffer/font_freetype.h"
-#else
#include "framebuffer/font_internal.h"
-#endif
#endif /* NETSURF_FB_FONT_H */