mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
remove an unused method; trivial type changes
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user