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/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_vertex.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_vertex.cxx') diff --git a/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_vertex.cxx b/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_vertex.cxx index cbbb68f14..894ab35c1 100644 --- a/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_vertex.cxx +++ b/src/drivers/OpenGL/Fl_OpenGL_Graphics_Driver_vertex.cxx @@ -16,9 +16,6 @@ // http://www.fltk.org/str.php // -#ifndef FL_CFG_GFX_OPENGL_VERTEX_CXX -#define FL_CFG_GFX_OPENGL_VERTEX_CXX - /** \file Fl_OpenGL_Graphics_Driver_vertex.cxx \brief Portable drawing code for drawing arbitrary shapes with @@ -131,8 +128,6 @@ void Fl_OpenGL_Graphics_Driver::circle(double cx, double cy, double r) { } -#endif // FL_CFG_GFX_OPENGL_VERTEX_CXX - // // End of "$Id$". // -- cgit v1.2.3