From 7feee6f616e56e96cccdee173abb994a6d0bf91c Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Mon, 8 Jul 2013 07:26:30 +0000 Subject: Various updates and improvements to OS X code. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85894 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxrMemoryObject.m | 7 ------- 1 file changed, 7 deletions(-) (limited to 'macosx/PcsxrMemoryObject.m') diff --git a/macosx/PcsxrMemoryObject.m b/macosx/PcsxrMemoryObject.m index 1a7013e9..df6a243b 100755 --- a/macosx/PcsxrMemoryObject.m +++ b/macosx/PcsxrMemoryObject.m @@ -66,7 +66,6 @@ NSString *const memoryAnimateTimerKey = @"PCSXR Memory Card Image Animate"; return retArray; } - static NSString *MemLabelDeleted; static NSString *MemLabelFree; static NSString *MemLabelUsed; @@ -126,12 +125,6 @@ static NSString *MemLabelEndLink; return imageBlank; } -- (id)initWithMcdBlock:(McdBlock *)infoBlock -{ - [self doesNotRecognizeSelector:_cmd]; - return nil; -} - - (id)initWithMcdBlock:(McdBlock *)infoBlock startingIndex:(int)startIdx { return [self initWithMcdBlock:infoBlock startingIndex:startIdx size:1]; -- cgit v1.2.3