summaryrefslogtreecommitdiff
path: root/macosx/PcsxrMemCardArray.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PcsxrMemCardArray.h')
-rw-r--r--macosx/PcsxrMemCardArray.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/macosx/PcsxrMemCardArray.h b/macosx/PcsxrMemCardArray.h
index 0ace4f2d..82098262 100644
--- a/macosx/PcsxrMemCardArray.h
+++ b/macosx/PcsxrMemCardArray.h
@@ -10,11 +10,6 @@
#import "PcsxrMemoryObject.h"
@interface PcsxrMemCardArray : NSObject
-{
- @private
- NSArray *rawArray;
- int cardNumber;
-}
- (id)initWithMemoryCardNumber:(int)carNum;