mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 02:09:06 +00:00
Remove unnecessary virtual keywords
This commit is contained in:
parent
567d0b20fa
commit
7ee0e75633
38 changed files with 211 additions and 207 deletions
|
@ -31,7 +31,7 @@ public:
|
|||
void UnderflowCallback(pa_stream *s);
|
||||
|
||||
private:
|
||||
virtual void SoundLoop() override;
|
||||
void SoundLoop() override;
|
||||
|
||||
bool PulseInit();
|
||||
void PulseShutdown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue