Commit 4bb96bed authored by Sam Lantinga's avatar Sam Lantinga

Whoops, duplicate case

parent 44d8b045
...@@ -2064,9 +2064,6 @@ SDL_GL_GetAttribute(SDL_GLattr attr, int *value) ...@@ -2064,9 +2064,6 @@ SDL_GL_GetAttribute(SDL_GLattr attr, int *value)
*value = 0; *value = 0;
switch (attr) { switch (attr) {
case SDL_GL_RETAINED_BACKING:
*value = _this->gl_config.retained_backing;
return 0;
case SDL_GL_RED_SIZE: case SDL_GL_RED_SIZE:
attrib = GL_RED_BITS; attrib = GL_RED_BITS;
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment