]> git.sesse.net Git - vlc/commitdiff
macosx: remove one unneeded line in togglePlaylist:
authorDavid Fuhrmann <david.fuhrmann@googlemail.com>
Fri, 18 May 2012 16:03:16 +0000 (18:03 +0200)
committerDavid Fuhrmann <david.fuhrmann@googlemail.com>
Fri, 18 May 2012 16:04:08 +0000 (18:04 +0200)
modules/gui/macosx/MainWindow.m

index 48c8b401ef8976058b79fa267f0b6d1107dcbcc0..85e192642909211b39dedd5ec02c9fbb93d6e457 100644 (file)
@@ -950,7 +950,6 @@ static VLCMainWindow *_o_sharedInstance = nil;
 
     if (b_dropzone_active && ([[NSApp currentEvent] modifierFlags] & NSAlternateKeyMask) != 0)
     {
-        b_dropzone_active = NO;
         [self hideDropZone];
         return;
     }