summaryrefslogtreecommitdiff
path: root/src/Fl_Font.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Font.H')
-rw-r--r--src/Fl_Font.H13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/Fl_Font.H b/src/Fl_Font.H
index f5a576397..98ddccf9f 100644
--- a/src/Fl_Font.H
+++ b/src/Fl_Font.H
@@ -114,19 +114,6 @@ struct Fl_Fontdesc {
extern FL_EXPORT Fl_Fontdesc *fl_fonts; // the table
-#ifdef WIN32
-#elif defined(__APPLE__) // PORTME: Fl_Graphics_Driver - platform font stuff
-// functions for parsing X font names:
-FL_EXPORT const char* fl_font_word(const char *p, int n);
-FL_EXPORT char *fl_find_fontsize(char *name);
-#elif defined(FL_PORTING)
-# pragma message "FL_PORTING: do you need additional functions for font handling?"
-#else
-// functions for parsing X font names:
-FL_EXPORT const char* fl_font_word(const char *p, int n);
-FL_EXPORT char *fl_find_fontsize(char *name);
-# endif
-
#endif
//