From ec951ce695d52cfa3be92535f88324f019266e20 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 14 Aug 2017 17:10:26 +0000 Subject: Remove unnecessary #include statements and compilation guards. Currently src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver.cxx wouldn't contribute any code to the lib, but it is kept for future extensions. This file is no longer compiled (see src/CMakeLists.txt and src/Makefile). Tested (only) under Windows and Linux. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12381 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index f9901bd68..3c7575981 100644 --- a/src/Makefile +++ b/src/Makefile @@ -190,7 +190,6 @@ GLCPPFILES = \ glut_compatibility.cxx \ glut_font.cxx \ drivers/OpenGL/Fl_OpenGL_Display_Device.cxx \ - drivers/OpenGL/Fl_OpenGL_Graphics_Driver.cxx \ drivers/OpenGL/Fl_OpenGL_Graphics_Driver_arci.cxx \ drivers/OpenGL/Fl_OpenGL_Graphics_Driver_color.cxx \ drivers/OpenGL/Fl_OpenGL_Graphics_Driver_font.cxx \ @@ -199,6 +198,9 @@ GLCPPFILES = \ drivers/OpenGL/Fl_OpenGL_Graphics_Driver_rect.cxx \ drivers/OpenGL/Fl_OpenGL_Graphics_Driver_vertex.cxx +# the following file currently doesn't contribute code to GLCPPFILES +# drivers/OpenGL/Fl_OpenGL_Graphics_Driver.cxx + IMGCPPFILES = \ fl_images_core.cxx \ Fl_BMP_Image.cxx \ -- cgit v1.2.3