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/fl_vertex.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fl_vertex.cxx') diff --git a/src/fl_vertex.cxx b/src/fl_vertex.cxx index dd7b7aa2e..848c30caa 100644 --- a/src/fl_vertex.cxx +++ b/src/fl_vertex.cxx @@ -49,7 +49,7 @@ void Fl_Graphics_Driver::push_matrix() { void Fl_Graphics_Driver::pop_matrix() { if (sptr==0) Fl::error("fl_pop_matrix(): matrix stack underflow."); - else + else m = stack[--sptr]; } -- cgit v1.2.3