diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-26 02:47:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-26 02:47:37 +0300 |
commit | 85d30284660318cb1c41a366852e6b6d1d4c7273 (patch) | |
tree | ea620a4dd9aa54b9424748cad63e2b8224095df3 /src | |
parent | e82ae5648c5c7fa47146c63e08728e53bf9c3a1c (diff) | |
download | plus-85d30284660318cb1c41a366852e6b6d1d4c7273.tar.gz plus-85d30284660318cb1c41a366852e6b6d1d4c7273.tar.bz2 plus-85d30284660318cb1c41a366852e6b6d1d4c7273.tar.xz plus-85d30284660318cb1c41a366852e6b6d1d4c7273.zip |
Fix compilation warning.
Diffstat (limited to 'src')
-rw-r--r-- | src/test/testmain.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/testmain.cpp b/src/test/testmain.cpp index b51947f8d..894d40537 100644 --- a/src/test/testmain.cpp +++ b/src/test/testmain.cpp @@ -80,7 +80,6 @@ int TestMain::exec(const bool testAudio) int fastOpenGLFps = 0; int safeOpenGLFps = 0; int textureSize1 = 1024; - int textureSize2 = 1024; int textureSize3 = 1024; RenderType openGLMode = RENDER_SOFTWARE; |