The tryToTerminateApp is not really needed

This commit is contained in:
Cheng Zhao 2018-02-05 16:25:50 +09:00
parent 983e1b1a70
commit 9337959f51
3 changed files with 5 additions and 11 deletions

View file

@ -11,8 +11,6 @@
base::scoped_nsobject<AtomMenuController> menu_controller_;
}
- (void)tryToTerminateApp:(NSApplication*)app;
// Sets the menu that will be returned in "applicationDockMenu:".
- (void)setApplicationDockMenu:(atom::AtomMenuModel*)model;