]> git.sesse.net Git - vlc/commitdiff
modules/gui/macosx/intf.m: We shouldn't save the config file when the interface close...
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 8 May 2003 23:11:28 +0000 (23:11 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 8 May 2003 23:11:28 +0000 (23:11 +0000)
modules/gui/macosx/intf.m

index c939fdc6d72de27fcf4cd055b3045bf436b4baf0..e08eedf8205272d7bc0c99742f70aec2493ed066 100644 (file)
@@ -2,7 +2,7 @@
  * intf.m: MacOS X interface plugin
  *****************************************************************************
  * Copyright (C) 2002-2003 VideoLAN
- * $Id: intf.m,v 1.77 2003/05/08 17:13:22 massiot Exp $
+ * $Id: intf.m,v 1.78 2003/05/08 23:11:28 hartman Exp $
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
  *          Christophe Massiot <massiot@via.ecp.fr>
@@ -81,8 +81,6 @@ void E_(CloseIntf) ( vlc_object_t *p_this )
 
     msg_Unsubscribe( p_intf, p_intf->p_sys->p_sub );
 
-    config_SaveConfigFile( p_intf, MODULE_STRING );
-
     [p_intf->p_sys->o_sendport release];
     [p_intf->p_sys->o_pool release];