Skip to content

Commit 42b66db

Browse files
committed
remove unused structs
1 parent 8577323 commit 42b66db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

code/graphics/opengl/es_compatibility.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@
5252
#define glGetDebugMessageLogARB glGetDebugMessageLog
5353
#define glDepthRange glDepthRangef
5454

55-
struct ConvertedKey { int handle, mip, layer, fmt; };
56-
struct ConvertedTex { std::vector<uint8_t> data; int w, h, fmt; };
57-
5855
// Bring internalFormat info for glTexSubImage3D calls
5956
static inline GLint query_internalformat_3d(GLenum target, GLint level)
6057
{

0 commit comments

Comments
 (0)