Author: manolo
Date: 2011-02-07 00:53:28 -0800 (Mon, 07 Feb 2011)
New Revision: 8394
Log:
Removed unused member of class Fl_Font_Descriptor under Mac OS.

Modified:
   branches/branch-1.3/src/Fl_Font.H

Modified: branches/branch-1.3/src/Fl_Font.H
===================================================================
--- branches/branch-1.3/src/Fl_Font.H   2011-02-06 19:46:11 UTC (rev 8393)
+++ branches/branch-1.3/src/Fl_Font.H   2011-02-07 08:53:28 UTC (rev 8394)
@@ -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 @@
   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();
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to