From a080a568f2497db083772c882a1ee0f11c6f7073 Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Mon, 25 Apr 2016 09:42:16 -0700 Subject: [PATCH] Update main.cpp remove unused variable --- examples/SimpleOpenGL3/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/SimpleOpenGL3/main.cpp b/examples/SimpleOpenGL3/main.cpp index 300dfa79e..604eb3920 100644 --- a/examples/SimpleOpenGL3/main.cpp +++ b/examples/SimpleOpenGL3/main.cpp @@ -85,7 +85,6 @@ int main(int argc, char* argv[]) myArgs.GetCmdLineArgument("png_file",gPngFileName); char fileName[1024]; - int textureIndex = -1; int textureWidth = 128; int textureHeight = 128;