summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/NullSoundStream.cpp
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2021-08-07 22:15:45 +0100
committerTillmann Karras <tilkax@gmail.com>2021-08-08 00:15:05 +0100
commitb6d8c111bc259021398adcc9820339c9376b5955 (patch)
tree75d4dd6db384124ea4c52145b12459212f42ec60 /Source/Core/AudioCommon/NullSoundStream.cpp
parentd14b9a73b2f69377a80a14b5561a26e28dcf42b3 (diff)
AudioCommon: make SoundLoop() non-virtual and private
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 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;