From c03f3d8946c3a68aea2c8c11705e04eeff0e02c9 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 2 Apr 2016 11:58:13 +0000 Subject: Begin to rewrite src/Fl_Font.H in the driver model. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11506 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Font.H | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/Fl_Font.H') 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 // -- cgit v1.2.3