diff src/video/SDL_video.c @ 3888:6d2e1961661a SDL-1.2

Removed broken AmigaOS support. Fixes Bugzilla #337.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 29 Oct 2006 03:58:27 +0000
parents 842b03d703c5
children 8582c6a5ca16 b8de86ee2ad6
line wrap: on
line diff
--- a/src/video/SDL_video.c	Sun Oct 29 03:44:25 2006 +0000
+++ b/src/video/SDL_video.c	Sun Oct 29 03:58:27 2006 +0000
@@ -90,9 +90,6 @@
 #if SDL_VIDEO_DRIVER_DRAWSPROCKET
 	&DSp_bootstrap,
 #endif
-#if SDL_VIDEO_DRIVER_CYBERGRAPHICS
-	&CGX_bootstrap,
-#endif
 #if SDL_VIDEO_DRIVER_PHOTON
 	&ph_bootstrap,
 #endif