Browse Source

Remove unused variable

Josh Engebretson 9 years ago
parent
commit
f1768e63f1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/Atomic/Graphics/OpenGL/OGLGraphics.cpp

+ 0 - 1
Source/Atomic/Graphics/OpenGL/OGLGraphics.cpp

@@ -2458,7 +2458,6 @@ void Graphics::Restore()
 
     String driverx( (const char*)glGetString(GL_VERSION) );
     Vector<String>tokens = driverx.Split (' ');
-    unsigned ii = 0;
     if (tokens.Size() > 2) // must have enough tokens to work with
     {
         // Size() - 2 is the manufacturer, "Mesa" is the target