]> git.jsancho.org Git - lugaru.git/commitdiff
Removed commented out code
authorCôme Chilliet <come@chilliet.eu>
Thu, 24 Nov 2016 15:46:16 +0000 (23:46 +0800)
committerCôme Chilliet <come@chilliet.eu>
Thu, 24 Nov 2016 15:46:16 +0000 (23:46 +0800)
Source/OpenGL_Windows.cpp
Source/WinDefs.h

index 18f7d25bec4198ef7c5b99a160e6901dc1f6b674..33ae0f8a9bba579f5dc30b7e8eb278a937c79cb7 100644 (file)
@@ -39,15 +39,11 @@ extern bool osx;
 extern bool freeze;
 extern bool stillloading;
 extern int mainmenu;
-/*extern*/
-bool gameFocused;
 
 extern float slomospeed;
 extern float slomofreq;
 extern bool visibleloading;
 
-
-
 #include <math.h>
 #include <stdio.h>
 #include <string.h>
@@ -136,6 +132,7 @@ int kContextWidth;
 int kContextHeight;
 
 bool gDone = false;
+bool gameFocused;
 
 static int _argc = 0;
 static char **_argv = NULL;
@@ -684,11 +681,6 @@ int main(int argc, char **argv)
         {
             newGame();
 
-            //ofstream os("error.txt");
-            //os.close();
-            //ofstream os("log.txt");
-            //os.close();
-
             if (!SetUp ())
                 return 42;
 
index 94b9da098ba275d10f847d990a484abec80244b6..3f132898c7ee553371e6e2e8c3b24bd0d762e5e2 100644 (file)
@@ -72,16 +72,6 @@ enum {
 
 Duration AbsoluteDeltaToDuration( AbsoluteTime& a, AbsoluteTime& b);
 
-
-/*
-inline bool isnormal( double x)
-{
-    int ret = _fpclass( x);
-    return (ret == _FPCLASS_NN || ret == _FPCLASS_PN);
-}
-*/
-
-
 // fix file names to use '/' instead of ':'
 char* ConvertFileName( const char* orgfilename);
 char* ConvertFileName( const char* orgfilename, const char* junk);