SDL_CDROMInit() shouldn't be a stub in the dummy driver, since that's

implemented in the higher-level CD code.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401156
This commit is contained in:
Ryan C. Gordon 2005-10-02 00:50:03 +00:00
parent ba06fd388b
commit a2c23b6984

View file

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