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:
bgk 2008-08-27 12:20:00 +00:00
parent 195cb65225
commit 020c52a4f5
1 changed files with 0 additions and 6 deletions

View File

@ -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 );