GTK : Remove some useless config values

This commit is contained in:
bgk 2008-08-27 12:20:00 +00:00
parent 8d732a7704
commit c915c8a492
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 = m_oConfig.poAddSection("Sound");
m_poSoundConfig->vSetKey("mute", false ); 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("quality", Sound22K );
m_poSoundConfig->vSetKey("volume", 1.00f ); m_poSoundConfig->vSetKey("volume", 1.00f );