Skip to content

Commit

Permalink
SDL_CDROMInit() shouldn't be a stub in the dummy driver, since that's
Browse files Browse the repository at this point in the history
 implemented in the higher-level CD code.
  • Loading branch information
icculus committed Oct 2, 2005
1 parent 3d4ca0e commit bc9d5e7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/cdrom/dummy/SDL_syscdrom.c
Expand Up @@ -40,7 +40,3 @@ void SDL_SYS_CDQuit(void)
return;
}

int SDL_CDROMInit(void)
{
return 0;
}

0 comments on commit bc9d5e7

Please sign in to comment.