Commit e2f1f6c4 authored by David Fuhrmann's avatar David Fuhrmann

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

This hack is not needed anymore.

refs #14362
This reverts commit 5598f816.
parent f312e267
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment