Skip to content

Commit

Permalink
Fixed compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 1, 2014
1 parent 86655b6 commit 54ba385
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/video/windows/SDL_windowsopengles.c
Expand Up @@ -32,8 +32,6 @@
int
WIN_GLES_LoadLibrary(_THIS, const char *path) {

SDL_VideoData *data = (SDL_VideoData *)_this->driverdata;

/* If the profile requested is not GL ES, switch over to WIN_GL functions */
if (_this->gl_config.profile_mask != SDL_GL_CONTEXT_PROFILE_ES) {
#if SDL_VIDEO_OPENGL_WGL
Expand Down

0 comments on commit 54ba385

Please sign in to comment.