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:
parent
ba06fd388b
commit
a2c23b6984
1 changed files with 0 additions and 4 deletions
|
@ -40,7 +40,3 @@ void SDL_SYS_CDQuit(void)
|
|||
return;
|
||||
}
|
||||
|
||||
int SDL_CDROMInit(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue