diff options
| author | Léo Lam <leo@leolam.fr> | 2021-08-08 13:16:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-08 13:16:54 +0200 |
| commit | 8e1dbdb257f612cf7e230b28b739de0a6d506d24 (patch) | |
| tree | fa1ef2b026d3e482e22580d2d4c3077e17ae41a3 /Source/Core/AudioCommon/NullSoundStream.cpp | |
| parent | 682c7454f0ca05ce8d538744e7a868e2452ca5a5 (diff) | |
| parent | eda2035874309233a3971aed075c0417c1f18ef7 (diff) | |
Merge pull request #10006 from Tilka/pulse
AudioCommon: fix bogus error + cleanup
Diffstat (limited to 'Source/Core/AudioCommon/NullSoundStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/NullSoundStream.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/Core/AudioCommon/NullSoundStream.cpp b/Source/Core/AudioCommon/NullSoundStream.cpp index 0918e8bb35..3c7a0ebb98 100644 --- a/Source/Core/AudioCommon/NullSoundStream.cpp +++ b/Source/Core/AudioCommon/NullSoundStream.cpp @@ -3,10 +3,6 @@ #include "AudioCommon/NullSoundStream.h" -void NullSound::SoundLoop() -{ -} - bool NullSound::Init() { return true; @@ -20,7 +16,3 @@ bool NullSound::SetRunning(bool running) void NullSound::SetVolume(int volume) { } - -void NullSound::Update() -{ -} |
