From 7fb4c9e101f8477217ce9d818835bab5cc30f484 Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Thu, 13 Apr 2017 23:36:26 +0200 Subject: Step 2 : Abuse _TARGET_IS_KOLIBRIOS and build with make TARGET=kolibrios --- frontends/framebuffer/font.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'frontends/framebuffer') 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 */ -- cgit v1.2.3