remove unreferenced SyncAudio from ReadSettings
This commit is contained in:
parent
e4c85c5cb7
commit
52aaf57097
|
@ -152,7 +152,6 @@ void CSettings::LogLevelChanged(void)
|
||||||
|
|
||||||
void CSettings::ReadSettings(void)
|
void CSettings::ReadSettings(void)
|
||||||
{
|
{
|
||||||
bool SyncAudio = m_Set_SyncAudio ? GetSystemSetting(m_Set_SyncAudio) != 0 : false;
|
|
||||||
bool bLimitFPS = m_Set_LimitFPS ? GetSystemSetting(m_Set_LimitFPS) != 0 : true;
|
bool bLimitFPS = m_Set_LimitFPS ? GetSystemSetting(m_Set_LimitFPS) != 0 : true;
|
||||||
|
|
||||||
m_Volume = GetSetting(Set_Volume);
|
m_Volume = GetSetting(Set_Volume);
|
||||||
|
|
Loading…
Reference in New Issue