summaryrefslogtreecommitdiff
path: root/frontends/kolibrios/fb/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/kolibrios/fb/font.h')
-rw-r--r--frontends/kolibrios/fb/font.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontends/kolibrios/fb/font.h b/frontends/kolibrios/fb/font.h
index 8513c93ed..f150e4431 100644
--- a/frontends/kolibrios/fb/font.h
+++ b/frontends/kolibrios/fb/font.h
@@ -57,7 +57,6 @@ 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 KOLIBRI_USE_FREETYPE
#include "kolibrios/fb/font_freetype.h"
#else