From 54ba385b4eb64c78b64a5fb90931cda64bb6036c Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 1 Mar 2014 11:42:12 -0800 Subject: [PATCH] Fixed compiler warning --- src/video/windows/SDL_windowsopengles.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/video/windows/SDL_windowsopengles.c b/src/video/windows/SDL_windowsopengles.c index 9cb5218ac8539..a921ba8aa80d7 100644 --- a/src/video/windows/SDL_windowsopengles.c +++ b/src/video/windows/SDL_windowsopengles.c @@ -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