diff options
author | Max Horn | 2006-05-06 18:10:38 +0000 |
---|---|---|
committer | Max Horn | 2006-05-06 18:10:38 +0000 |
commit | ae50315fa05598e83699b87e797c88a57858962e (patch) | |
tree | 0493addf8b30688cd04e1d932bba7183f582c0ef /backends/PalmOS | |
parent | 37d2f30999398acc4bb3edff5b6cdac29a2af7c3 (diff) | |
download | scummvm-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/PalmOS')
-rwxr-xr-x | backends/PalmOS/Src/be_base.h | 6 |
1 files changed, 0 insertions, 6 deletions
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; |