Commit 6fd52a25 authored by David Fuhrmann's avatar David Fuhrmann Committed by Felix Paul Kühne

macosx: remove one unneeded line in togglePlaylist:

(cherry picked from commit e375b238a70d235f21d3a378c85bd4b8500c90e7)
parent 846b3c55
......@@ -747,7 +747,6 @@ static VLCMainWindow *_o_sharedInstance = nil;
if (b_dropzone_active && ([[NSApp currentEvent] modifierFlags] & NSAlternateKeyMask) != 0)
{
b_dropzone_active = NO;
[self hideDropZone];
return;
}
......
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