Commit e375b238 authored by David Fuhrmann's avatar David Fuhrmann

macosx: remove one unneeded line in togglePlaylist:

parent c2fe98bd
...@@ -950,7 +950,6 @@ static VLCMainWindow *_o_sharedInstance = nil; ...@@ -950,7 +950,6 @@ static VLCMainWindow *_o_sharedInstance = nil;
if (b_dropzone_active && ([[NSApp currentEvent] modifierFlags] & NSAlternateKeyMask) != 0) if (b_dropzone_active && ([[NSApp currentEvent] modifierFlags] & NSAlternateKeyMask) != 0)
{ {
b_dropzone_active = NO;
[self hideDropZone]; [self hideDropZone];
return; 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