From 59fabe735ceec97744859484ad4cd9c52f73d938 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Tue, 9 Jul 2013 08:15:43 +0000 Subject: Fix a bug in OS X 32-bit code. Get rid of an unused ivar, as pointed out by Clang. Adding a comment about a false positive in Clang's static analyzer. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85933 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/ConfigurationController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/ConfigurationController.h') 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; -- cgit v1.2.3