vlc | branch: master | David Fuhrmann <dfuhrm...@videolan.org> | Sat Dec  5 
16:39:55 2015 +0100| [e2f1f6c44c514cea28dd1c4c5e9cc608792099ee] | committer: 
David Fuhrmann

Revert "macosx: update play and playback mode status on startup"

This hack is not needed anymore.

refs #14362
This reverts commit 5598f816905d5262928650c38d6b9a501b232deb.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e2f1f6c44c514cea28dd1c4c5e9cc608792099ee
---

 modules/gui/macosx/intf.m |    7 -------
 1 file changed, 7 deletions(-)

diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m
index 61a609c..63d3e43 100644
--- a/modules/gui/macosx/intf.m
+++ b/modules/gui/macosx/intf.m
@@ -308,13 +308,6 @@ static VLCMain *sharedInstance = nil;
     [[self mainWindow] updateTimeSlider];
     [[self mainWindow] updateVolumeSlider];
 
-    /* Hack: Playlist is started before the interface.
-     * Thus, call additional updaters as we might miss these events if posted 
before
-     * the callbacks are registered.
-     */
-    [_input_manager inputThreadChanged];
-    [_playlist playbackModeUpdated];
-
     // respect playlist-autostart
     // note that PLAYLIST_PLAY will not stop any playback if already started
     playlist_t * p_playlist = pl_Get(VLCIntf);

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to