diff options
Diffstat (limited to 'macosx/ConfigurationController.m')
| -rw-r--r-- | macosx/ConfigurationController.m | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/macosx/ConfigurationController.m b/macosx/ConfigurationController.m index ab3dc22c..a89775e3 100644 --- a/macosx/ConfigurationController.m +++ b/macosx/ConfigurationController.m @@ -8,7 +8,6 @@ NSString *memChangeNotifier = @"PcsxrMemoryCardDidChangeNotifier"; - @implementation ConfigurationController + (void)setMemoryCard:(int)theCard toPath:(NSString *)theFile @@ -76,7 +75,6 @@ NSString *memChangeNotifier = @"PcsxrMemoryCardDidChangeNotifier"; NSString *mcdPath = [[urls objectAtIndex:0] path]; [ConfigurationController setMemoryCard:tag toPath:mcdPath]; - [label setTitleWithMnemonic:mcdPath]; } [openDlg release]; } @@ -103,7 +101,6 @@ NSString *memChangeNotifier = @"PcsxrMemoryCardDidChangeNotifier"; NSString *mcdPath = [[openDlg URL] path]; [ConfigurationController setMemoryCard:tag toPath:mcdPath]; - [label setTitleWithMnemonic:mcdPath]; CreateMcd(mcd); } |
