aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2011-06-08 14:29:22 +0200
committerMax Horn2011-06-08 14:29:22 +0200
commitfce7f90a94165158ea93d5969d795ad5a565847c (patch)
tree7599877ec230f7d1b8af0b17846835a950d29410 /common
parentd670b4bb561bdb935c6e574df2ed1ac478375878 (diff)
downloadscummvm-rg350-fce7f90a94165158ea93d5969d795ad5a565847c.tar.gz
scummvm-rg350-fce7f90a94165158ea93d5969d795ad5a565847c.tar.bz2
scummvm-rg350-fce7f90a94165158ea93d5969d795ad5a565847c.zip
BACKENDS: Shuffle backends class hierarchy and module initialization
Diffstat (limited to 'common')
-rw-r--r--common/system.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/system.cpp b/common/system.cpp
index 286ec419f2..fae7a3ef34 100644
--- a/common/system.cpp
+++ b/common/system.cpp
@@ -66,12 +66,6 @@ OSystem::~OSystem() {
}
void OSystem::initBackend() {
- // Init audio CD manager
-#ifndef DISABLE_DEFAULT_AUDIOCD_MANAGER
- if (!_audiocdManager)
- _audiocdManager = new DefaultAudioCDManager();
-#endif
-
// Verify all managers has been set
if (!_audiocdManager)
error("Backend failed to instantiate audio CD manager");