mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
AudioCommon: Remove an unnecessary parameter from the OpenAL constructor
This wouldn't even be saved to anything.
This commit is contained in:
@ -45,7 +45,7 @@ class OpenALStream final : public SoundStream
|
|||||||
{
|
{
|
||||||
#if defined HAVE_OPENAL && HAVE_OPENAL
|
#if defined HAVE_OPENAL && HAVE_OPENAL
|
||||||
public:
|
public:
|
||||||
OpenALStream(CMixer *mixer, void *hWnd = nullptr)
|
OpenALStream(CMixer *mixer)
|
||||||
: SoundStream(mixer)
|
: SoundStream(mixer)
|
||||||
, uiSource(0)
|
, uiSource(0)
|
||||||
{}
|
{}
|
||||||
|
Reference in New Issue
Block a user