mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
AudioCommon: Remove an unnecessary parameter from the OpenAL constructor
This wouldn't even be saved to anything.
This commit is contained in:
parent
46ce810b45
commit
47847bc8dd
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class OpenALStream final : public SoundStream
|
|||
{
|
||||
#if defined HAVE_OPENAL && HAVE_OPENAL
|
||||
public:
|
||||
OpenALStream(CMixer *mixer, void *hWnd = nullptr)
|
||||
OpenALStream(CMixer *mixer)
|
||||
: SoundStream(mixer)
|
||||
, uiSource(0)
|
||||
{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue