Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove an unused variable in Android Build
  • Loading branch information
nerzhul committed Apr 17, 2017
1 parent 97988a1 commit 907be0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/tile.cpp
Expand Up @@ -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');
}

Expand Down

0 comments on commit 907be0a

Please sign in to comment.