diff src/video/SDL_sysvideo.h @ 3678:8e961ef35d4b

Fixed bug #930 The PS2 video driver is obsolete and not going to be updated unless someone wants to maintain it.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 18 Jan 2010 14:27:30 +0000
parents f638ded38b8a
children 64ce267332c6
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h	Mon Jan 18 14:16:47 2010 +0000
+++ b/src/video/SDL_sysvideo.h	Mon Jan 18 14:27:30 2010 +0000
@@ -373,9 +373,6 @@
 #if SDL_VIDEO_DRIVER_DIRECTFB
 extern VideoBootStrap DirectFB_bootstrap;
 #endif
-#if SDL_VIDEO_DRIVER_PS2GS
-extern VideoBootStrap PS2GS_bootstrap;
-#endif
 #if SDL_VIDEO_DRIVER_PS3
 extern VideoBootStrap PS3_bootstrap;
 #endif