From db3e5716372f6118f07c1b9dfed380258bb9e722 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 7 Feb 2011 08:53:28 +0000 Subject: Removed unused member of class Fl_Font_Descriptor under Mac OS. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8394 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Font.H | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Fl_Font.H b/src/Fl_Font.H index 950d2e3b0..1dd96579b 100644 --- a/src/Fl_Font.H +++ b/src/Fl_Font.H @@ -3,7 +3,7 @@ // // Font definitions for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 1998-2011 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -84,8 +84,10 @@ public: Fl_Fontsize maxsize; // largest point size that should use this # if HAVE_GL unsigned int listbase;// base of display list, 0 = none +#ifndef __APPLE_QUARTZ__ char glok[64]; -# endif +#endif // __APPLE_QUARTZ__ +# endif // HAVE_GL FL_EXPORT ~Fl_Font_Descriptor(); -- cgit v1.2.3