Remove an unused variable in Android Build

This commit is contained in:
Loic Blot 2017-04-17 09:37:12 +02:00
parent 97988a1044
commit 907be0ab91
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
1 changed files with 0 additions and 1 deletions

View File

@ -1126,7 +1126,6 @@ video::IImage* TextureSource::generateImage(const std::string &name)
inline u16 get_GL_major_version()
{
const GLubyte *gl_version = glGetString(GL_VERSION);
std::string gl_ver((const char *)gl_version);
return (u16) (gl_version[0] - '0');
}