mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
ogles 2 driver: Delete some dead code
grepping for IRR_COMPILE_GLES2_COMMON gives no other results COGLESCoreExtensionHandler is only used through COpenGL3ExtensionHandler
This commit is contained in:
parent
fced6ff240
commit
50b7523336
2 changed files with 2 additions and 91 deletions
|
@ -297,6 +297,7 @@ public:
|
|||
delete[] tmpBuffer;
|
||||
}
|
||||
#elif defined(IRR_COMPILE_GLES2_COMMON)
|
||||
// TODO: revive this code
|
||||
COpenGLCoreTexture *tmpTexture = new COpenGLCoreTexture("OGL_CORE_LOCK_TEXTURE", Size, ETT_2D, ColorFormat, Driver);
|
||||
|
||||
GLuint tmpFBO = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue