Josh Engebretson 9 лет назад
Родитель
Сommit
f1768e63f1
1 измененных файлов с 0 добавлено и 1 удалено
  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