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/gp32/gp32_osys.h | |
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/gp32/gp32_osys.h')
-rw-r--r-- | backends/gp32/gp32_osys.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/backends/gp32/gp32_osys.h b/backends/gp32/gp32_osys.h index 2f1eeaf566..4bb2bfb1f1 100644 --- a/backends/gp32/gp32_osys.h +++ b/backends/gp32/gp32_osys.h @@ -136,13 +136,6 @@ public: virtual void clearSoundCallback(); virtual int getOutputSampleRate() const; - virtual bool openCD(int drive); - virtual bool pollCD(); - - virtual void playCD(int track, int num_loops, int start_frame, int duration); - virtual void stopCD(); - virtual void updateCD(); - virtual void quit(); virtual void setWindowCaption(const char *caption); |