Commit a2c23b69 authored by Ryan C. Gordon's avatar Ryan C. Gordon

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
parent ba06fd38
...@@ -40,7 +40,3 @@ void SDL_SYS_CDQuit(void) ...@@ -40,7 +40,3 @@ void SDL_SYS_CDQuit(void)
return; return;
} }
int SDL_CDROMInit(void)
{
return 0;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment