GTK : Remove some useless config values
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@646 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
195cb65225
commit
020c52a4f5
|
@ -948,12 +948,6 @@ void Window::vInitConfig()
|
|||
//
|
||||
m_poSoundConfig = m_oConfig.poAddSection("Sound");
|
||||
m_poSoundConfig->vSetKey("mute", false );
|
||||
m_poSoundConfig->vSetKey("channel_1", true );
|
||||
m_poSoundConfig->vSetKey("channel_2", true );
|
||||
m_poSoundConfig->vSetKey("channel_3", true );
|
||||
m_poSoundConfig->vSetKey("channel_4", true );
|
||||
m_poSoundConfig->vSetKey("channel_A", true );
|
||||
m_poSoundConfig->vSetKey("channel_B", true );
|
||||
m_poSoundConfig->vSetKey("quality", Sound22K );
|
||||
m_poSoundConfig->vSetKey("volume", 1.00f );
|
||||
|
||||
|
|
Loading…
Reference in New Issue