From 99ef3f83c8fa4ed072590cf27397d5fe1154a72c Mon Sep 17 00:00:00 2001 From: nehalmistry <> Date: Sun, 7 Apr 2002 03:53:15 +0000 Subject: [PATCH] Moved CDRom to sound_server.h --- src/sound/sound_server.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/sound/sound_server.cpp b/src/sound/sound_server.cpp index 82ca803aa..a4914beff 100644 --- a/src/sound/sound_server.cpp +++ b/src/sound/sound_server.cpp @@ -135,10 +135,6 @@ global int WithSoundThread; /// FIXME: docu global int SoundThreadRunning; /// FIXME: docu -#ifdef USE_SDLCD -global SDL_CD *CDRom; /// SDL cdrom device -#endif - /*---------------------------------------------------------------------------- -- Functions ----------------------------------------------------------------------------*/