aboutsummaryrefslogtreecommitdiff
path: root/backends/psp/osys_psp.h
diff options
context:
space:
mode:
authorMax Horn2006-05-06 18:10:38 +0000
committerMax Horn2006-05-06 18:10:38 +0000
commitae50315fa05598e83699b87e797c88a57858962e (patch)
tree0493addf8b30688cd04e1d932bba7183f582c0ef /backends/psp/osys_psp.h
parent37d2f30999398acc4bb3edff5b6cdac29a2af7c3 (diff)
downloadscummvm-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/psp/osys_psp.h')
-rw-r--r--backends/psp/osys_psp.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/backends/psp/osys_psp.h b/backends/psp/osys_psp.h
index 8876e7335e..8131467b0b 100644
--- a/backends/psp/osys_psp.h
+++ b/backends/psp/osys_psp.h
@@ -121,13 +121,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);