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:
Ryan C. Gordon
2005-10-02 00:50:03 +00:00
parent 1153e32122
commit ca5a162985

View File

@@ -40,7 +40,3 @@ void SDL_SYS_CDQuit(void)
return;
}
int SDL_CDROMInit(void)
{
return 0;
}