author | Sam Lantinga |
Sat, 01 Mar 2014 11:42:12 -0800 | |
changeset 8273 | bdfea8962bcf |
parent 8272 | 51453adef070 |
child 8274 | 8b1f8feb42a6 |
1.1 --- a/src/video/windows/SDL_windowsopengles.c Sat Mar 01 11:40:41 2014 -0800 1.2 +++ b/src/video/windows/SDL_windowsopengles.c Sat Mar 01 11:42:12 2014 -0800 1.3 @@ -32,8 +32,6 @@ 1.4 int 1.5 WIN_GLES_LoadLibrary(_THIS, const char *path) { 1.6 1.7 - SDL_VideoData *data = (SDL_VideoData *)_this->driverdata; 1.8 - 1.9 /* If the profile requested is not GL ES, switch over to WIN_GL functions */ 1.10 if (_this->gl_config.profile_mask != SDL_GL_CONTEXT_PROFILE_ES) { 1.11 #if SDL_VIDEO_OPENGL_WGL