missed part of that last patch

This commit is contained in:
Brendan Taylor 2008-05-19 18:30:04 +00:00
parent f413a8a7e8
commit 368dd9fe66
1 changed files with 0 additions and 4 deletions

View File

@ -165,10 +165,6 @@ class Connection(ConnectionHandlers):
# server {'icq': ['icq.server.com', 'icq2.server.com'], }
self.vcard_supported = True
self.private_storage_supported = True
if gajim.otr_module:
self.otr_userstates = \
gajim.otr_module.otrl_userstate_create()
# END __init__
def put_event(self, ev):