diff options
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; |