diff options
Diffstat (limited to 'backends/platform/dc')
-rw-r--r-- | backends/platform/dc/dc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/platform/dc/dc.h b/backends/platform/dc/dc.h index 393e72caed..8a122ebb27 100644 --- a/backends/platform/dc/dc.h +++ b/backends/platform/dc/dc.h @@ -135,10 +135,6 @@ class OSystem_Dreamcast : private DCHardware, public BaseBackend, public Filesys // Returns true if an event was retrieved. bool pollEvent(Common::Event &event); - // Determine the output sample rate. Audio data provided by the sound - // callback will be played using this rate. - int getOutputSampleRate() const; - // Initialise the specified CD drive for audio playback. bool openCD(int drive); |