AudioCommon: Remove an unnecessary parameter from the OpenAL constructor

This wouldn't even be saved to anything.
This commit is contained in:
Lioncash 2014-08-02 23:48:22 -04:00
parent 46ce810b45
commit 47847bc8dd

View File

@ -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)
{}