diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2021-08-07 22:15:45 +0100 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2021-08-08 00:15:05 +0100 |
| commit | b6d8c111bc259021398adcc9820339c9376b5955 (patch) | |
| tree | 75d4dd6db384124ea4c52145b12459212f42ec60 /Source/Core/AudioCommon/NullSoundStream.cpp | |
| parent | d14b9a73b2f69377a80a14b5561a26e28dcf42b3 (diff) | |
AudioCommon: make SoundLoop() non-virtual and private
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 fb97f23667..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; |
