mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
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:
parent
5e5ab61d0c
commit
aecc8ea666
11 changed files with 0 additions and 21 deletions
|
@ -27,6 +27,5 @@ public:
|
|||
virtual void Stop() override;
|
||||
virtual void Clear(bool mute) override;
|
||||
static bool isValid() { return true; }
|
||||
virtual bool usesMixer() const { return true; }
|
||||
virtual void Update() override;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue