some cleaning

This commit is contained in:
Mitchell Livingston
2008-06-17 17:17:15 +00:00
parent 4de77e3d2d
commit 9d5affb0b7
5 changed files with 45 additions and 22 deletions

View File

@@ -688,7 +688,6 @@
- (void) setProxyEnabled: (id) sender
{
BOOL enable = [fDefaults boolForKey: @"Proxy"];
tr_sessionSetProxyEnabled(fHandle, [fDefaults boolForKey: @"Proxy"]);
}