]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/InterfaceWindow.cpp
config: Do not use config_SaveConfigFile( , NULL) or config_SaveConfigFile(, "main" ).
[vlc] / modules / gui / beos / InterfaceWindow.cpp
index 03b304651f32d60cbdb157e14c227b0f50114885..108af799bc15ef2930f745a27cc4e66530ce7231 100644 (file)
@@ -1112,7 +1112,6 @@ InterfaceWindow::_StoreSettings()
 {
     /* Save the volume */
     config_PutInt( p_intf, "volume", p_mediaControl->GetVolume() );
-    config_SaveConfigFile( p_intf, "main" );
 
     /* Save the windows positions */
     if ( fSettings->ReplaceRect( "main frame", Frame() ) != B_OK )