Removed legacy texture extension checks.

This commit is contained in:
Camilla Berglund
2010-09-08 14:55:52 +02:00
parent 3f0221ccc0
commit 8bc1a5da16
5 changed files with 0 additions and 18 deletions
-2
View File
@@ -204,8 +204,6 @@ struct _GLFWwin_struct {
int samples;
// OpenGL extensions and context attributes
int has_GL_SGIS_generate_mipmap;
int has_GL_ARB_texture_non_power_of_two;
int glMajor, glMinor, glRevision;
int glForward, glDebug, glProfile;