summaryrefslogtreecommitdiff
path: root/macosx/ConfigurationController.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/ConfigurationController.h')
-rwxr-xr-xmacosx/ConfigurationController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/ConfigurationController.h b/macosx/ConfigurationController.h
index d9679a05..90547816 100755
--- a/macosx/ConfigurationController.h
+++ b/macosx/ConfigurationController.h
@@ -48,7 +48,7 @@ extern NSString *const memCardChangeNumberKey;
- (IBAction)setVideoType:(id)sender;
- (NSString *)keyForSender:(id)sender;
-+ (void)setMemoryCard:(int)theCard toPath:(NSString *)theFile DEPRECATED_ATTRIBUTE;
++ (void)setMemoryCard:(int)theCard toPath:(NSString *)theFile;
+ (void)setMemoryCard:(int)theCard toURL:(NSURL *)theURL;
+ (void)mcdNewClicked:(id)sender;