Commit 40287e9f authored by Dan Pascu's avatar Dan Pascu

Removed unused variable

parent 6fae6b18
...@@ -478,7 +478,6 @@ class AddAccountDialog(base_class, ui_class): ...@@ -478,7 +478,6 @@ class AddAccountDialog(base_class, ui_class):
handler(notification) handler(notification)
def _NH_SIPAccountManagerDidAddAccount(self, notification): def _NH_SIPAccountManagerDidAddAccount(self, notification):
account = notification.data.account
self.sip_address_editor.addException(notification.data.account.id) self.sip_address_editor.addException(notification.data.account.id)
def _NH_SIPAccountManagerDidRemoveAccount(self, notification): def _NH_SIPAccountManagerDidRemoveAccount(self, notification):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment