comparison src/cdrom/dummy/SDL_syscdrom.c @ 1153:5bc98ce985c2

SDL_CDROMInit() shouldn't be a stub in the dummy driver, since that's implemented in the higher-level CD code.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 02 Oct 2005 00:50:03 +0000
parents 51a8702d8ecd
children c9b51268668f
comparison
equal deleted inserted replaced
1152:51a8702d8ecd 1153:5bc98ce985c2
38 void SDL_SYS_CDQuit(void) 38 void SDL_SYS_CDQuit(void)
39 { 39 {
40 return; 40 return;
41 } 41 }
42 42
43 int SDL_CDROMInit(void)
44 {
45 return 0;
46 }