From 2e50ac5205c99f22eda1b51231bb320bab7627d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sat, 18 May 2019 01:31:09 +0200 Subject: [PATCH] Remove unused code --- gajim/common/connection.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/gajim/common/connection.py b/gajim/common/connection.py index 632676894..e143d69be 100644 --- a/gajim/common/connection.py +++ b/gajim/common/connection.py @@ -367,9 +367,6 @@ class CommonConnection: """ raise NotImplementedError - def account_changed(self, new_name): - self.name = new_name - def send_agent_status(self, agent, ptype): """ To be implemented by derived classes