Skip to content

Commit 8020ddb

Browse files
committed
remove variable initializer
1 parent d032d33 commit 8020ddb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/soundio/soundmanager.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ SoundManager::SoundManager(UserSettingsPointer pConfig,
4242
EngineMixer* pEngineMixer)
4343
: m_pEngineMixer(pEngineMixer),
4444
m_pConfig(pConfig),
45-
m_paInitialized(false),
4645
m_config(this),
4746
m_pErrorDevice(nullptr),
4847
m_underflowHappened(0),

0 commit comments

Comments
 (0)