remove an unused method; trivial type changes

This commit is contained in:
Mitchell Livingston
2008-09-07 17:57:58 +00:00
parent 5b2f63e781
commit d4baaede82
5 changed files with 5 additions and 12 deletions

View File

@@ -322,12 +322,6 @@ tr_handle * fHandle;
TOOLBAR_PEERS, TOOLBAR_NETWORK, TOOLBAR_REMOTE, nil];
}
//used by ipc
- (void) updatePortField
{
[fPortField setIntValue: [fDefaults integerForKey: @"BindPort"]];
}
- (void) setPort: (id) sender
{
int port = [sender intValue];