diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-08-30 23:36:00 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-08-30 23:36:00 -0400 |
| commit | 377a1c8f208cae33f1d4f088aa88fd2f21c85171 (patch) | |
| tree | fe4e088f65ee4dcc04d65b91012ff709b6fe253a /Source/Core/AudioCommon/AudioCommon.cpp | |
| parent | 1a6268e6cfaa0a4da22cc48110a02567ac2326ac (diff) | |
AudioCommon: Get rid of now unused handle param for InitSoundStream()
Diffstat (limited to 'Source/Core/AudioCommon/AudioCommon.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/AudioCommon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/AudioCommon.cpp b/Source/Core/AudioCommon/AudioCommon.cpp index 270bbec0eb..a9bca33aaf 100644 --- a/Source/Core/AudioCommon/AudioCommon.cpp +++ b/Source/Core/AudioCommon/AudioCommon.cpp @@ -25,7 +25,7 @@ SoundStream *soundStream = nullptr; namespace AudioCommon { - SoundStream *InitSoundStream(void *hWnd) + SoundStream* InitSoundStream() { CMixer *mixer = new CMixer(48000); |
