From 839e7aa6de7a41e0273d1bcc1b44dfdfa3730be5 Mon Sep 17 00:00:00 2001 From: DarkWyrm Date: Sat, 13 May 2006 10:48:05 +0000 Subject: [PATCH] Enabled *_font_cache_info functions - used by Scripture Guide 0.8.0 git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17436 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/interface/Font.cpp | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/src/kits/interface/Font.cpp b/src/kits/interface/Font.cpp index 425b7722dc..adc57b1793 100644 --- a/src/kits/interface/Font.cpp +++ b/src/kits/interface/Font.cpp @@ -342,13 +342,19 @@ _init_global_fonts_() } -// TODO: the following functions are private Be API functions - if no problems -// arise by not exporting these symbols, we can just remove them -#if 0 -void _font_control_(BFont *font, int32 cmd, void *data) {} -status_t get_font_cache_info(uint32 id, void *set) { return B_ERROR; } -status_t set_font_cache_info(uint32 id, void *set) { return B_ERROR; } -#endif +void _font_control_(BFont *font, int32 cmd, void *data) +{ +} + +status_t get_font_cache_info(uint32 id, void *set) +{ + return B_ERROR; +} + +status_t set_font_cache_info(uint32 id, void *set) +{ + return B_ERROR; +} /*!