Author: manolo
Date: 2011-10-26 04:17:31 -0700 (Wed, 26 Oct 2011)
New Revision: 9151
Log:
Mac OS: removed unused type Fl_XMap and global variable fl_current_xmap.

Modified:
   branches/branch-1.3/FL/mac.H
   branches/branch-1.3/src/fl_color_mac.cxx

Modified: branches/branch-1.3/FL/mac.H
===================================================================
--- branches/branch-1.3/FL/mac.H        2011-10-26 10:46:52 UTC (rev 9150)
+++ branches/branch-1.3/FL/mac.H        2011-10-26 11:17:31 UTC (rev 9151)
@@ -131,10 +131,6 @@
   bool subwindow;
 };
 
-extern struct Fl_XMap {
-  RGBColor rgb;
-  ulong pen;
-} *fl_current_xmap;
 extern Window fl_window;
 
 #endif // FL_LIBRARY || FL_INTERNALS

Modified: branches/branch-1.3/src/fl_color_mac.cxx
===================================================================
--- branches/branch-1.3/src/fl_color_mac.cxx    2011-10-26 10:46:52 UTC (rev 
9150)
+++ branches/branch-1.3/src/fl_color_mac.cxx    2011-10-26 11:17:31 UTC (rev 
9151)
@@ -33,11 +33,6 @@
 #include "fl_cmap.h" // this is a file produced by "cmap.cxx":
 };
 
-// Translations to mac data structures:
-Fl_XMap fl_xmap[256];
-
-Fl_XMap* fl_current_xmap;
-
 void Fl_Quartz_Graphics_Driver::color(Fl_Color i) {
   Fl_Graphics_Driver::color(i);
   int index;

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

Reply via email to