Remove usesMixer function from the sound streams.

This isn't used anywhere in the codebase. Not even the base SoundStream has it as part of its interface.
This commit is contained in:
lioncash
2014-03-18 10:42:07 -04:00
parent 5e5ab61d0c
commit aecc8ea666
11 changed files with 0 additions and 21 deletions

View File

@ -66,7 +66,6 @@ public:
virtual void Update();
virtual void Clear(bool mute);
virtual void SetVolume(int volume);
virtual bool usesMixer() const;
static bool isValid() { return InitLibrary(); }