From cc4714ea70f6fb1d1ccce46aac1a47dff0764c76 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 11 Sep 2014 10:41:05 -0400 Subject: [PATCH] osx: Get rid of direct instance variables in settings interfaces The properties already do the same thing --- apple/OSX/settings.m | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/apple/OSX/settings.m b/apple/OSX/settings.m index 56c3ccd577..0b2fd68b8c 100644 --- a/apple/OSX/settings.m +++ b/apple/OSX/settings.m @@ -24,11 +24,6 @@ static void* const associated_name_tag = (void*)&associated_name_tag; @interface RAInputBinder : NSWindow -{ - NSTimer* _timer; - const rarch_setting_t* _setting; -} - @property (nonatomic, retain) NSTimer* timer; @property (nonatomic, assign) const rarch_setting_t* setting; @end @@ -93,15 +88,6 @@ static void* const associated_name_tag = (void*)&associated_name_tag; NSOutlineViewDataSource, NSOutlineViewDelegate, NSWindowDelegate> #endif -{ - RAInputBinder* _binderWindow; - NSButtonCell* _booleanCell; - NSTextFieldCell* _binderCell; - NSTableView* _table; - NSOutlineView* _outline; - NSMutableArray* _settings; - NSMutableArray* _currentGroup; -} @property (nonatomic, retain) RAInputBinder IBOutlet* binderWindow; @property (nonatomic, retain) NSButtonCell IBOutlet* booleanCell;