diff src/video/SDL_sysvideo.h @ 3269:a67a961e2171

Removed outdated OS/2 support
author Sam Lantinga <slouken@libsdl.org>
date Sat, 19 Sep 2009 06:43:45 +0000
parents 82ce350be859
children e8f63b28947d
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h	Sat Sep 19 06:24:07 2009 +0000
+++ b/src/video/SDL_sysvideo.h	Sat Sep 19 06:43:45 2009 +0000
@@ -395,9 +395,6 @@
 #if SDL_VIDEO_DRIVER_RISCOS
 extern VideoBootStrap RISCOS_bootstrap;
 #endif
-#if SDL_VIDEO_DRIVER_OS2FS
-extern VideoBootStrap OS2FSLib_bootstrap;
-#endif
 #if SDL_VIDEO_DRIVER_UIKIT
 extern VideoBootStrap UIKIT_bootstrap;
 #endif