Removed GLFW_ACCELERATED window parameter.

This commit is contained in:
Camilla Berglund
2012-08-02 01:13:05 +02:00
parent 98d02ebb1d
commit 3a72f33541
8 changed files with 1 additions and 26 deletions
-1
View File
@@ -211,7 +211,6 @@ struct _GLFWwindow
int samples;
// OpenGL extensions and context attributes
GLboolean accelerated; // GL_TRUE if OpenGL context is "accelerated"
int glMajor, glMinor, glRevision;
GLboolean glForward, glDebug;
int glProfile;