From 368dd9fe66671b051ec75f1b502d464999b502fb Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Mon, 19 May 2008 18:30:04 +0000 Subject: [PATCH] missed part of that last patch --- src/common/connection.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/common/connection.py b/src/common/connection.py index 781c9dd57..54984ab00 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -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):