some more streamlining of the blocklist code

This commit is contained in:
Mitchell Livingston
2008-08-31 20:48:10 +00:00
parent f28d15372d
commit 25c30650d6
7 changed files with 26 additions and 38 deletions

View File

@@ -28,8 +28,6 @@
@interface PrefsController : NSWindowController
{
tr_handle * fHandle;
NSUserDefaults * fDefaults;
BOOL fHasLoaded;
@@ -63,8 +61,8 @@
NSMutableArray * fRPCAccessArray;
}
- (id) initWithHandle: (tr_handle *) handle;
- (tr_handle *) handle;
+ (void) setHandle: (tr_handle *) handle;
+ (tr_handle *) handle;
- (void) updatePortField;
- (void) setPort: (id) sender;