From 0f8e66e194b903763b6c580599eb47c11f154bdd Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Mon, 10 Nov 2014 19:46:07 +0000 Subject: OS X: Move away from ivars in headers, beginning with the main app. Also have NSString properties be declared with copy, as recommended by Apple. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92226 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/Source/PcsxrMemCardArray.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'macosx/Source/PcsxrMemCardArray.h') diff --git a/macosx/Source/PcsxrMemCardArray.h b/macosx/Source/PcsxrMemCardArray.h index 584118b6..cfe830aa 100644 --- a/macosx/Source/PcsxrMemCardArray.h +++ b/macosx/Source/PcsxrMemCardArray.h @@ -16,18 +16,7 @@ - (void)deleteMemoryBlocksAtIndex:(int)slotnum; - (void)compactMemory; -/** - * @fn freeBlocks - * @abstract Blocks that are free from any data - * @result free blocks - */ @property (readonly) int freeBlocks; - -/** - * @fn availableBlocks - * @abstract Blocks that have been deleted - * @result free blocks - */ @property (readonly) int availableBlocks; - (int)memorySizeAtIndex:(int)idx; - (BOOL)moveBlockAtIndex:(int)idx toMemoryCard:(PcsxrMemCardArray*)otherCard; -- cgit v1.2.3