author | Sam Lantinga <slouken@libsdl.org> |
Tue, 17 Feb 2004 16:19:29 +0000 | |
changeset 837 | 4bc7e16a13ed |
parent 836 | 37f9aeebcbb4 |
child 838 | f9a5fbcdf868 |
--- a/src/video/photon/SDL_ph_video.c Tue Feb 17 04:48:16 2004 +0000 +++ b/src/video/photon/SDL_ph_video.c Tue Feb 17 16:19:29 2004 +0000 @@ -495,8 +495,6 @@ if ((current->flags & SDL_OPENGL)==SDL_OPENGL) { #if !defined(HAVE_OPENGL) - if ((current->flags & SDL_OPENGL)==SDL_OPENGL) - { /* if no built-in OpenGL support */ SDL_SetError("ph_SetVideoMode(): no OpenGL support, you need to recompile SDL.\n"); current->flags &= ~SDL_OPENGL;