mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	Remove an unused variable in Android Build
This commit is contained in:
		@@ -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');
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user