diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2021-08-07 22:02:10 +0100 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2021-08-08 00:14:49 +0100 |
| commit | d14b9a73b2f69377a80a14b5561a26e28dcf42b3 (patch) | |
| tree | 9815c8f561115a705ee1661348a73269c893d47b /Source/Core/AudioCommon/NullSoundStream.cpp | |
| parent | c2d396526b57a0325fa43fd0a3fe39870c018645 (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.cpp | 4 |
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() -{ -} |
