[vlc-commits] macosx: don't save TrackSynchronization preferences
    Victorien Le Couviour--Tuffet 
    git at videolan.org
       
    Thu Jul 13 11:24:27 CEST 2017
    
    
  
vlc | branch: master | Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet at gmail.com> | Mon Jun 26 16:26:53 2017 +0200| [16e99713488206ef42a33cdeafaec4cedff0e566] | committer: Jean-Baptiste Kempf
macosx: don't save TrackSynchronization preferences
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=16e99713488206ef42a33cdeafaec4cedff0e566
---
 modules/gui/macosx/VLCTrackSynchronizationWindowController.m | 1 -
 1 file changed, 1 deletion(-)
diff --git a/modules/gui/macosx/VLCTrackSynchronizationWindowController.m b/modules/gui/macosx/VLCTrackSynchronizationWindowController.m
index 2293019405..b3c137e312 100644
--- a/modules/gui/macosx/VLCTrackSynchronizationWindowController.m
+++ b/modules/gui/macosx/VLCTrackSynchronizationWindowController.m
@@ -197,7 +197,6 @@
 
     if (p_input) {
         float f_factor = [_sv_durTextField floatValue];
-        config_PutFloat(getIntf(), SUBSDELAY_CFG_FACTOR, f_factor);
 
         /* Try to find an instance of subsdelay, and set its factor */
         vlc_object_t *p_obj = (vlc_object_t *) vlc_object_find_name(getIntf()->obj.libvlc, "subsdelay");
    
    
More information about the vlc-commits
mailing list