remove a redundant framework reference and other trivial changes

This commit is contained in:
Mitchell Livingston
2008-10-01 02:40:04 +00:00
parent f6a770f1db
commit 830bb2f57b
5 changed files with 23 additions and 26 deletions

View File

@@ -887,7 +887,6 @@ tr_handle * fHandle;
[dict objectForKey: @"IP"]]];
NSString * string = [components componentsJoinedByString: @","];
tr_sessionSetRPCACL(fHandle, [string UTF8String]);
}