Merge branch 'remove_release' of https://github.com/Luflosi/kitty

This commit is contained in:
Kovid Goyal 2019-12-26 08:48:20 +05:30
commit b26229c44e
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -258,7 +258,6 @@ - (void)openFilesFromPasteboard:(NSPasteboard *)pasteboard type:(int)type {
[new_os_window_menu_item setKeyEquivalentModifierMask:new_window_mods];
[new_os_window_menu_item setTarget:global_menu_target];
[appMenu addItem:new_os_window_menu_item];
[s release];
}