Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Whoops, duplicate case
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 6, 2011
1 parent d1f56c3 commit 9ec985f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/video/SDL_video.c
Expand Up @@ -2064,9 +2064,6 @@ SDL_GL_GetAttribute(SDL_GLattr attr, int *value)
*value = 0;

switch (attr) {
case SDL_GL_RETAINED_BACKING:
*value = _this->gl_config.retained_backing;
return 0;
case SDL_GL_RED_SIZE:
attrib = GL_RED_BITS;
break;
Expand Down

0 comments on commit 9ec985f

Please sign in to comment.