AudioCommon: Remove unused code from XAudio streams

This commit is contained in:
Lioncash
2015-08-09 21:37:34 -04:00
parent 3f78d74fc1
commit 4c6930d36c
4 changed files with 0 additions and 32 deletions

View File

@ -57,7 +57,6 @@ public:
bool Start() override;
void Stop() override;
void Update() override;
void Clear(bool mute) override;
void SetVolume(int volume) override;