aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/osys_sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/iphone/osys_sound.cpp')
-rw-r--r--backends/platform/iphone/osys_sound.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/platform/iphone/osys_sound.cpp b/backends/platform/iphone/osys_sound.cpp
index 60b8d04a9b..6affc114f3 100644
--- a/backends/platform/iphone/osys_sound.cpp
+++ b/backends/platform/iphone/osys_sound.cpp
@@ -105,7 +105,3 @@ void OSystem_IPHONE::stopSoundsystem() {
AudioQueueDispose(s_AudioQueue.queue, true);
_mixer->setReady(false);
}
-
-int OSystem_IPHONE::getOutputSampleRate() const {
- return AUDIO_SAMPLE_RATE;
-}