aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
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");