mirror of
https://github.com/yawut/SDL.git
synced 2026-09-13 03:26:04 -05:00
SDL_CDROMInit() shouldn't be a stub in the dummy driver, since that's
implemented in the higher-level CD code.
This commit is contained in:
@@ -40,7 +40,3 @@ void SDL_SYS_CDQuit(void)
|
||||
return;
|
||||
}
|
||||
|
||||
int SDL_CDROMInit(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user