From 780f43a4f14f56678c503fa279517c418b697877 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 27 Jan 2016 22:35:58 +0000 Subject: Removed all references to Quartz driver files from library headers in Xcode. Works in Xcode. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11065 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/GDI/Fl_GDI_Graphics_Driver_color.cxx | 4 ---- src/drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx | 4 ---- 2 files changed, 8 deletions(-) (limited to 'src/drivers/GDI') diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver_color.cxx b/src/drivers/GDI/Fl_GDI_Graphics_Driver_color.cxx index 2113b13b5..24744a927 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver_color.cxx +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver_color.cxx @@ -34,10 +34,6 @@ // FIXME: maybe we can forget about color mapping and assume RGB? -static unsigned fl_cmap[256] = { -#include "../../fl_cmap.h" // this is a file produced by "cmap.cxx": -}; - // Translations to win32 data structures: Fl_XMap fl_xmap[256]; diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx b/src/drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx index 5adb0056d..f3077119e 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx @@ -16,8 +16,6 @@ // http://www.fltk.org/str.php // -#ifndef FL_CFG_GFX_QUARTZ_RECT_CXX -#define FL_CFG_GFX_QUARTZ_RECT_CXX /** @@ -232,8 +230,6 @@ void Fl_GDI_Graphics_Driver::restore_clip() { } -#endif // FL_CFG_GFX_GDI_RECT_CXX - // // End of "$Id$". // -- cgit v1.2.3