summaryrefslogtreecommitdiff
path: root/firmware/export/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/font.h')
-rw-r--r--firmware/export/font.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/firmware/export/font.h b/firmware/export/font.h
index ad72cb52c7..067c67e43d 100644
--- a/firmware/export/font.h
+++ b/firmware/export/font.h
@@ -30,13 +30,11 @@
30 */ 30 */
31#include "config.h" 31#include "config.h"
32 32
33#if defined(HAVE_LCD_BITMAP) || (CONFIG_PLATFORM & PLATFORM_HOSTED)
34#ifndef __PCTOOL__ 33#ifndef __PCTOOL__
35#include "font_cache.h" 34#include "font_cache.h"
36#include "sysfont.h" 35#include "sysfont.h"
37#endif 36#endif
38 37
39
40/* 38/*
41 * Fonts are specified by number, and used for display 39 * Fonts are specified by number, and used for display
42 * of menu information as well as mp3 filename data. 40 * of menu information as well as mp3 filename data.
@@ -139,11 +137,4 @@ int font_getstringsize(const unsigned char *str, int *w, int *h, int fontnumber)
139int font_get_width(struct font* ft, unsigned short ch); 137int font_get_width(struct font* ft, unsigned short ch);
140const unsigned char * font_get_bits(struct font* ft, unsigned short ch); 138const unsigned char * font_get_bits(struct font* ft, unsigned short ch);
141 139
142#else /* HAVE_LCD_BITMAP */
143
144#define font_init()
145#define font_load(x)
146
147#endif
148
149#endif 140#endif