SoundStream: remove unused m_muted and IsMuted

This commit is contained in:
Michael M
2017-10-21 12:34:51 -07:00
parent 78d5dbe032
commit 7bcdd1a46a
7 changed files with 5 additions and 20 deletions

View File

@ -14,7 +14,6 @@ public:
void SoundLoop() override;
void SetVolume(int volume) override;
void Stop() override;
void Clear(bool mute) override;
void Update() override;
static bool isValid() { return true; }