summaryrefslogtreecommitdiff
path: root/macosx/PcsxController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PcsxController.m')
-rw-r--r--macosx/PcsxController.m7
1 files changed, 0 insertions, 7 deletions
diff --git a/macosx/PcsxController.m b/macosx/PcsxController.m
index 271d0afe..0bb91449 100644
--- a/macosx/PcsxController.m
+++ b/macosx/PcsxController.m
@@ -63,13 +63,6 @@ NSString *saveStatePath;
}
}
-- (IBAction)memCardConfig:(id)sender
-{
- NSRunAlertPanel(NSLocalizedString(@"Unimplemented feature", nil),
- NSLocalizedString(@"Configuration of memory cards has not yet been implemented, but will be available in the future.", nil),
- nil, nil, nil);
-}
-
- (IBAction)pause:(id)sender
{
if ([EmuThread isPaused]) {