summaryrefslogtreecommitdiff
path: root/macosx/PcsxrMemCardController.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-11-29 04:27:27 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-11-29 04:27:27 +0000
commitee2cb87959238e1f216ff83a8feb03c8d84a25f4 (patch)
tree824b23c2ed8a50fc9ff4ff989f9e4cadc3478322 /macosx/PcsxrMemCardController.h
parent92bae095d2a667b737a79ff104525a188537db52 (diff)
downloadpcsxr-ee2cb87959238e1f216ff83a8feb03c8d84a25f4.tar.gz
Removing unused outlets.
Naming some stuff in the xib to be more user-friendly. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72694 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrMemCardController.h')
-rw-r--r--macosx/PcsxrMemCardController.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/PcsxrMemCardController.h b/macosx/PcsxrMemCardController.h
index ae8d939f..c6d05121 100644
--- a/macosx/PcsxrMemCardController.h
+++ b/macosx/PcsxrMemCardController.h
@@ -13,8 +13,6 @@
{
IBOutlet NSCollectionView *memCard1view;
IBOutlet NSCollectionView *memCard2view;
- IBOutlet NSButton *leftMove;
- IBOutlet NSButton *rightMove;
NSMutableArray *memCard1Array;
NSMutableArray *memCard2Array;
}