summaryrefslogtreecommitdiff
path: root/macosx/PcsxrHexadecimalFormatter.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-03-29 02:50:35 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-03-29 02:50:35 +0000
commit97bb0560b9d2e2ef44e86bde2d52cf9093b0c0da (patch)
treede8ecfba4234fb711f12064b1f4f6fa174345ec3 /macosx/PcsxrHexadecimalFormatter.h
parent4b451d014b0e8dbbe71c61eee19445b567a2e581 (diff)
downloadpcsxr-97bb0560b9d2e2ef44e86bde2d52cf9093b0c0da.tar.gz
OS X: Refactoring.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89712 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrHexadecimalFormatter.h')
-rw-r--r--macosx/PcsxrHexadecimalFormatter.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/macosx/PcsxrHexadecimalFormatter.h b/macosx/PcsxrHexadecimalFormatter.h
index ef9c1601..63a3da44 100644
--- a/macosx/PcsxrHexadecimalFormatter.h
+++ b/macosx/PcsxrHexadecimalFormatter.h
@@ -9,10 +9,6 @@
#import <Foundation/Foundation.h>
@interface PcsxrHexadecimalFormatter : NSFormatter
-{
- char hexPadding;
- NSString *hexFormatString;
-}
@property (nonatomic) char hexPadding;
@end