Get rid of unused variable useTLS.
This commit is contained in:
parent
dc0f6bfc69
commit
50012ba975
2 changed files with 1 additions and 5 deletions
|
@ -57,7 +57,7 @@
|
|||
@end
|
||||
|
||||
@implementation XMPPConnection
|
||||
@synthesize JID, port, useTLS, delegate, roster;
|
||||
@synthesize JID, port, delegate, roster;
|
||||
|
||||
- init
|
||||
{
|
||||
|
@ -69,7 +69,6 @@
|
|||
elementBuilder = [[OFXMLElementBuilder alloc] init];
|
||||
|
||||
port = 5222;
|
||||
useTLS = YES;
|
||||
|
||||
parser.delegate = self;
|
||||
elementBuilder.delegate = self;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue