diff options
| -rw-r--r-- | src/fl_color.cxx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/fl_color.cxx b/src/fl_color.cxx index e0aa7bd3f..bf448b6d3 100644 --- a/src/fl_color.cxx +++ b/src/fl_color.cxx @@ -29,19 +29,12 @@ #include <config.h> #include "config_lib.h" -// Apple Quartz driver in "drivers/Quartz/Fl_Quartz_Graphics_Driver_color.cxx" - // Remove #ifndef FL_LIBRARY_CMAKE and the entire block of #include // statements when the new build system is ready: #ifndef FL_LIBRARY_CMAKE // ----------------------------------------------------------------------------- -static unsigned fl_cmap[256] = { -#include "fl_cmap.h" // this is a file produced by "cmap.cxx": -}; - - -// ----------------------------------------------------------------------------- +// Apple Quartz driver in "drivers/Quartz/Fl_Quartz_Graphics_Driver_color.cxx" #ifdef FL_CFG_GFX_GDI |
