SDL_CDROMInit() shouldn't be a stub in the dummy driver, since that's
implemented in the higher-level CD code.
--- a/src/cdrom/dummy/SDL_syscdrom.c Thu Sep 29 09:43:00 2005 +0000
+++ b/src/cdrom/dummy/SDL_syscdrom.c Sun Oct 02 00:50:03 2005 +0000
@@ -40,7 +40,3 @@
return;
}
-int SDL_CDROMInit(void)
-{
- return 0;
-}
\ No newline at end of file