summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2017-08-14 17:10:26 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2017-08-14 17:10:26 +0000
commitec951ce695d52cfa3be92535f88324f019266e20 (patch)
treea67aeb89427e04dc52954ad4cb2d0c075db293cd /src/CMakeLists.txt
parent4198caa780ed814113b66f97a46266ef72e8f455 (diff)
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
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 96e940a66..34167488c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -335,7 +335,8 @@ set (GLCPPFILES
set (GL_DRIVER_FILES
drivers/OpenGL/Fl_OpenGL_Display_Device.cxx
- drivers/OpenGL/Fl_OpenGL_Graphics_Driver.cxx
+ # the following file doesn't contribute any code:
+ # 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