From 1adaa3def2138fafd40b9d9df212a068c57cdbf4 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 16 Feb 2021 09:29:13 +0100 Subject: Create classes Fl_XXX_Gl_Window_Driver according to driver model. --- src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.cxx') diff --git a/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.cxx b/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.cxx index 4a913abfc..0933a4aa0 100644 --- a/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.cxx +++ b/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.cxx @@ -14,9 +14,6 @@ // https://www.fltk.org/bugs.php // -#include "../../config_lib.h" - -#ifdef FL_CFG_GFX_QUARTZ #include #include #include "Fl_Quartz_Graphics_Driver.H" @@ -86,5 +83,3 @@ void Fl_Quartz_Copy_Surface_Driver::translate(int x, int y) { void Fl_Quartz_Copy_Surface_Driver::untranslate() { CGContextRestoreGState(gc); } - -#endif // FL_CFG_GFX_QUARTZ -- cgit v1.2.3