From aaed539630d0da64431735dcc15b45fafa324f5d Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 13 May 2010 00:56:34 -0400 Subject: [PATCH] Removed some commented code that isn't coming back. --- Source/OpenGL_Windows.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Source/OpenGL_Windows.cpp b/Source/OpenGL_Windows.cpp index 7b68b8f..b1e158c 100644 --- a/Source/OpenGL_Windows.cpp +++ b/Source/OpenGL_Windows.cpp @@ -19,12 +19,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* No need for Visual Leak Detector -#ifdef WIN32 -#include -#endif -*/ - #define USE_DEVIL 0 #ifndef USE_DEVIL -- 2.39.2