summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/NullSoundStream.cpp
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2021-08-07 22:02:10 +0100
committerTillmann Karras <tilkax@gmail.com>2021-08-08 00:14:49 +0100
commitd14b9a73b2f69377a80a14b5561a26e28dcf42b3 (patch)
tree9815c8f561115a705ee1661348a73269c893d47b /Source/Core/AudioCommon/NullSoundStream.cpp
parentc2d396526b57a0325fa43fd0a3fe39870c018645 (diff)
AudioCommon: get rid of Update(), it never does anything
Diffstat (limited to 'Source/Core/AudioCommon/NullSoundStream.cpp')
-rw-r--r--Source/Core/AudioCommon/NullSoundStream.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/AudioCommon/NullSoundStream.cpp b/Source/Core/AudioCommon/NullSoundStream.cpp
index 0918e8bb35..fb97f23667 100644
--- a/Source/Core/AudioCommon/NullSoundStream.cpp
+++ b/Source/Core/AudioCommon/NullSoundStream.cpp
@@ -20,7 +20,3 @@ bool NullSound::SetRunning(bool running)
void NullSound::SetVolume(int volume)
{
}
-
-void NullSound::Update()
-{
-}