Removed partially functional renderers

--HG--
extra : rebase_source : 3fc2560c02393bf9e7c46360fc24f2585c9409be
This commit is contained in:
Sam Lantinga 2011-01-31 22:21:29 -08:00
parent 886e947679
commit 9c12618379
13 changed files with 0 additions and 3600 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,30 +0,0 @@
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997-2010 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Sam Lantinga
slouken@libsdl.org
*/
#include "SDL_config.h"
/* SDL surface based renderer implementation */
#if SDL_VIDEO_RENDER_GDI
extern void GDI_AddRenderDriver(_THIS);
#endif
/* vi: set ts=4 sw=4 expandtab: */

View file

@ -225,9 +225,6 @@ WIN_VideoInit(_THIS)
#if SDL_VIDEO_RENDER_DDRAW
DDRAW_AddRenderDriver(_this);
#endif
#if SDL_VIDEO_RENDER_GDI
GDI_AddRenderDriver(_this);
#endif
#if SDL_VIDEO_RENDER_GAPI
WINCE_AddRenderDriver(_this);
#endif