diff options
Diffstat (limited to 'src/native/ogl/gldefs.h')
-rw-r--r-- | src/native/ogl/gldefs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/native/ogl/gldefs.h b/src/native/ogl/gldefs.h index 40ed49d..1edaeff 100644 --- a/src/native/ogl/gldefs.h +++ b/src/native/ogl/gldefs.h @@ -549,9 +549,6 @@ struct GraphicsContextPropertiesInfoRec { /* GL_SGIX_texture_lod_bias */ jboolean textureLodBiasAvailable; - /* GL_ARB_texture_non_power_of_two */ - jboolean textureNonPowerOfTwoAvailable; - /* extension mask */ jint extMask; jint textureExtMask; |