(svn r25445) -Codechange: simplify the font loading

This commit is contained in:
rubidium
2013-06-23 15:37:18 +00:00
parent c23eaf0790
commit 8c5a7cf0ab
2 changed files with 74 additions and 85 deletions

View File

@@ -154,15 +154,9 @@ struct FreeTypeSettings {
extern FreeTypeSettings _freetype;
#endif /* WITH_FREETYPE */
void InitFreeType(bool monospace);
void UninitFreeType();
#else
/* Stub for initializiation */
static inline void InitFreeType(bool monospace) {}
static inline void UninitFreeType() {}
#endif /* WITH_FREETYPE */
#endif /* FONTCACHE_H */