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/PalmOS/Src/be_base.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'backends/PalmOS') diff --git a/backends/PalmOS/Src/be_base.h b/backends/PalmOS/Src/be_base.h index ec12ee0401..f5cad4a903 100755 --- a/backends/PalmOS/Src/be_base.h +++ b/backends/PalmOS/Src/be_base.h @@ -235,12 +235,6 @@ public: virtual void clearSoundCallback() = 0; int getOutputSampleRate() const { return _samplesPerSec; } - bool openCD(int drive) { return false;}; - bool pollCD() { return false;}; - void playCD(int track, int num_loops, int start_frame, int duration) {}; - void stopCD() {}; - void updateCD() {}; - void quit(); virtual void setWindowCaption(const char *caption) = 0; -- cgit v1.2.3