From c97ee14a65afc0b8a11ef5c10105e966f67a5934 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 10 Mar 2010 21:01:44 +0000 Subject: Remove last traces of OSystem::getOutputSampleRate() svn-id: r48229 --- backends/platform/dc/dc.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'backends/platform/dc') 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); -- cgit v1.2.3