From e1325dd0a497ca9d46963991afb716cc20e6a839 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 17 Feb 2004 16:19:29 +0000 Subject: [PATCH] *** empty log message *** --- src/video/photon/SDL_ph_video.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/video/photon/SDL_ph_video.c b/src/video/photon/SDL_ph_video.c index 9356ec9c4..f66255655 100644 --- a/src/video/photon/SDL_ph_video.c +++ b/src/video/photon/SDL_ph_video.c @@ -495,8 +495,6 @@ static SDL_Surface* ph_SetVideoMode(_THIS, SDL_Surface *current, int width, int 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;