[vlc-devel] [PATCH 14/23] macosx: don't save TrackSynchronization preferences

Victorien Le Couviour--Tuffet victorien.lecouviour.tuffet at gmail.com
Thu Jun 29 14:24:21 CEST 2017


---
 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");
-- 
2.13.1



More information about the vlc-devel mailing list