From ae50315fa05598e83699b87e797c88a57858962e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 6 May 2006 18:10:38 +0000 Subject: Added a default implementation of the OSystem CD API (which simply does nothing) svn-id: r22370 --- backends/null/null.cpp | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'backends/null') 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() { } -- cgit v1.2.3