mac: Remove unused action handler
This commit is contained in:
parent
c811beb1e2
commit
ecf29f72bc
3 changed files with 0 additions and 16 deletions
|
@ -18,6 +18,4 @@
|
|||
// CrAppControlProtocol:
|
||||
- (void)setHandlingSendEvent:(BOOL)handlingSendEvent;
|
||||
|
||||
- (IBAction)closeAllWindows:(id)sender;
|
||||
|
||||
@end
|
||||
|
|
|
@ -36,10 +36,6 @@
|
|||
andEventID:kAEGetURL];
|
||||
}
|
||||
|
||||
- (IBAction)closeAllWindows:(id)sender {
|
||||
atom::Browser::Get()->Quit();
|
||||
}
|
||||
|
||||
- (void)handleURLEvent:(NSAppleEventDescriptor*)event
|
||||
withReplyEvent:(NSAppleEventDescriptor*)replyEvent {
|
||||
NSString* url = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue