summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-02-07 08:53:28 +0000
committerManolo Gouy <Manolo>2011-02-07 08:53:28 +0000
commitdb3e5716372f6118f07c1b9dfed380258bb9e722 (patch)
tree95a4fe1a0a65ee593d0e8c4586f56c68dde1777d
parentdc8edfc2169b2744b1de237e0ecafd83ff8299c3 (diff)
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
-rw-r--r--src/Fl_Font.H6
1 files changed, 4 insertions, 2 deletions
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();