diff src/video/SDL_video.c @ 2062:c9aa6bcb26f3

Removed AmigaOS code for 1.3 branch.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 29 Oct 2006 04:09:17 +0000
parents da8332c8f480
children 46661504398c
line wrap: on
line diff
--- a/src/video/SDL_video.c	Sun Oct 29 03:39:13 2006 +0000
+++ b/src/video/SDL_video.c	Sun Oct 29 04:09:17 2006 +0000
@@ -82,9 +82,6 @@
 #if SDL_VIDEO_DRIVER_BWINDOW
     &BWINDOW_bootstrap,
 #endif
-#if SDL_VIDEO_DRIVER_CYBERGRAPHICS
-    &CGX_bootstrap,
-#endif
 #if SDL_VIDEO_DRIVER_PHOTON
     &ph_bootstrap,
 #endif