]> git.jsancho.org Git - lugaru.git/blobdiff - Source/OpenGL_Windows.cpp
Got rid of unused "osx" global var
[lugaru.git] / Source / OpenGL_Windows.cpp
index d79162bf38930d2f10bdb9237cb708f7e56f6641..d66fb7290cd1d0b351f0e7f5388dd0395095d4fc 100644 (file)
@@ -47,7 +47,6 @@ extern int slomo;
 extern bool cellophane;
 extern float texdetail;
 
-extern bool osx;
 extern bool freeze;
 extern bool stillloading;
 extern int mainmenu;
@@ -245,7 +244,6 @@ bool SetUp ()
 {
     LOGFUNC;
 
-    osx = 0;
     cellophane = 0;
     texdetail = 4;
     slomospeed = 0.25;