aboutsummaryrefslogtreecommitdiff
path: root/backends/null
diff options
context:
space:
mode:
authorMax Horn2006-05-06 18:10:38 +0000
committerMax Horn2006-05-06 18:10:38 +0000
commitae50315fa05598e83699b87e797c88a57858962e (patch)
tree0493addf8b30688cd04e1d932bba7183f582c0ef /backends/null
parent37d2f30999398acc4bb3edff5b6cdac29a2af7c3 (diff)
downloadscummvm-rg350-ae50315fa05598e83699b87e797c88a57858962e.tar.gz
scummvm-rg350-ae50315fa05598e83699b87e797c88a57858962e.tar.bz2
scummvm-rg350-ae50315fa05598e83699b87e797c88a57858962e.zip
Added a default implementation of the OSystem CD API (which simply does nothing)
svn-id: r22370
Diffstat (limited to 'backends/null')
-rw-r--r--backends/null/null.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/backends/null/null.cpp b/backends/null/null.cpp
index e4d7a7a2b1..fdc275178a 100644
--- a/backends/null/null.cpp
+++ b/backends/null/null.cpp
@@ -295,28 +295,6 @@ int OSystem_NULL::getOutputSampleRate() const
return 22050;
}
-bool OSystem_NULL::openCD(int drive)
-{
- return false;
-}
-
-bool OSystem_NULL::pollCD()
-{
- return false;
-}
-
-void OSystem_NULL::playCD(int track, int num_loops, int start_frame, int duration)
-{
-}
-
-void OSystem_NULL::stopCD()
-{
-}
-
-void OSystem_NULL::updateCD()
-{
-}
-
void OSystem_NULL::quit()
{
}