changeset 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 d93862a3d821
files src/cdrom/dummy/SDL_syscdrom.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/cdrom/dummy/SDL_syscdrom.c	Thu Sep 29 09:43:00 2005 +0000
+++ b/src/cdrom/dummy/SDL_syscdrom.c	Sun Oct 02 00:50:03 2005 +0000
@@ -40,7 +40,3 @@
 	return;
 }
 
-int SDL_CDROMInit(void)
-{
-	return 0;
-}
\ No newline at end of file