mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 12:52:21 +00:00
Converted project to ARC
This commit is contained in:
@@ -36,10 +36,5 @@
|
||||
}
|
||||
|
||||
- (IBAction)useDefault:(id)sender {
|
||||
SEL hidePopup = @selector(hideImagePopup:);
|
||||
id target = [[NSApplication sharedApplication] targetForAction:hidePopup to:nil from:self];
|
||||
if( target ) {
|
||||
[target performSelector:hidePopup withObject:self];
|
||||
}
|
||||
}
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user