# HG changeset patch # User Sam Lantinga # Date 1077034769 0 # Node ID 4bc7e16a13ed066f316a45bb01e3197569b29e4e # Parent 37f9aeebcbb49a7a65e69b24f1905e1e06771bd8 *** empty log message *** diff -r 37f9aeebcbb4 -r 4bc7e16a13ed src/video/photon/SDL_ph_video.c --- 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;