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/GDI/Fl_GDI_Copy_Surface_Driver.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/drivers/GDI') diff --git a/src/drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx b/src/drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx index 9cb5a425c..f4358949a 100644 --- a/src/drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx +++ b/src/drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx @@ -16,7 +16,6 @@ #include "../../config_lib.h" -#ifdef FL_CFG_GFX_GDI #include #include #include "Fl_GDI_Graphics_Driver.H" @@ -113,4 +112,3 @@ void Fl_GDI_Copy_Surface_Driver::translate(int x, int y) { void Fl_GDI_Copy_Surface_Driver::untranslate() { ((Fl_GDI_Graphics_Driver*)driver())->untranslate_all(); } -#endif // FL_CFG_GFX_GDI -- cgit v1.2.3