[vlc-commits] macosx: remove one unneeded line in togglePlaylist:
David Fuhrmann
git at videolan.org
Fri May 18 18:04:36 CEST 2012
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Fri May 18 18:03:16 2012 +0200| [e375b238a70d235f21d3a378c85bd4b8500c90e7] | committer: David Fuhrmann
macosx: remove one unneeded line in togglePlaylist:
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e375b238a70d235f21d3a378c85bd4b8500c90e7
---
modules/gui/macosx/MainWindow.m | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/gui/macosx/MainWindow.m b/modules/gui/macosx/MainWindow.m
index 48c8b40..85e1926 100644
--- a/modules/gui/macosx/MainWindow.m
+++ b/modules/gui/macosx/MainWindow.m
@@ -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;
}
More information about the vlc-commits
mailing list