diff options
| author | Filip Gawin <filip.gawin@zoho.com> | 2019-03-02 19:42:25 +0100 |
|---|---|---|
| committer | Filip Gawin <filip.gawin@zoho.com> | 2019-04-30 01:22:24 +0200 |
| commit | c110ffcdaa8b928a984a89cebacd03f5caaace06 (patch) | |
| tree | d44f19a905630c3c2e25aa4b04b506e929c87305 /Source/Core/AudioCommon/PulseAudioStream.cpp | |
| parent | 8e1fb126d711f7dcecbf16725d35b06cdc8f18b9 (diff) | |
Remove redundant initialization
Diffstat (limited to 'Source/Core/AudioCommon/PulseAudioStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/PulseAudioStream.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/Core/AudioCommon/PulseAudioStream.cpp b/Source/Core/AudioCommon/PulseAudioStream.cpp index 05d08b1603..e480ed9e6e 100644 --- a/Source/Core/AudioCommon/PulseAudioStream.cpp +++ b/Source/Core/AudioCommon/PulseAudioStream.cpp @@ -15,9 +15,7 @@ namespace const size_t BUFFER_SAMPLES = 512; // ~10 ms - needs to be at least 240 for surround } -PulseAudio::PulseAudio() : m_thread(), m_run_thread() -{ -} +PulseAudio::PulseAudio() = default; bool PulseAudio::Init() { |
