comparison src/video/SDL_sysvideo.h @ 5105:797b37c0c046

Nobody is maintaining RISC OS code, so I'm removing it for now.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 27 Jan 2011 00:06:36 -0800
parents e8916fe9cfc8
children da10636e5eca
comparison
equal deleted inserted replaced
5104:42a7591530d5 5105:797b37c0c046
424 extern VideoBootStrap qnxgf_bootstrap; 424 extern VideoBootStrap qnxgf_bootstrap;
425 #endif 425 #endif
426 #if SDL_VIDEO_DRIVER_EPOC 426 #if SDL_VIDEO_DRIVER_EPOC
427 extern VideoBootStrap EPOC_bootstrap; 427 extern VideoBootStrap EPOC_bootstrap;
428 #endif 428 #endif
429 #if SDL_VIDEO_DRIVER_RISCOS
430 extern VideoBootStrap RISCOS_bootstrap;
431 #endif
432 #if SDL_VIDEO_DRIVER_UIKIT 429 #if SDL_VIDEO_DRIVER_UIKIT
433 extern VideoBootStrap UIKIT_bootstrap; 430 extern VideoBootStrap UIKIT_bootstrap;
434 #endif 431 #endif
435 #if SDL_VIDEO_DRIVER_DUMMY 432 #if SDL_VIDEO_DRIVER_DUMMY
436 extern VideoBootStrap DUMMY_bootstrap; 433 extern VideoBootStrap DUMMY_bootstrap;