From 8bca7a2d9797c2b0546895f5e62fc05b38183468 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Sat, 31 Jul 2010 12:31:11 +0000 Subject: dfinput (macosx): upgraded to SDL 1.3 Beta. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@55318 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxController.m | 7 ------- 1 file changed, 7 deletions(-) (limited to 'macosx/PcsxController.m') 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]) { -- cgit v1.2.3