diff --git a/gajim/config.py b/gajim/config.py index df6d0f9de..8bda9b529 100644 --- a/gajim/config.py +++ b/gajim/config.py @@ -2340,10 +2340,6 @@ class AccountCreationWizardWindow: self._nec_acc_is_not_ok) del app.interface.instances['account_creation_wizard'] - def on_register_server_features_button_clicked(self, widget): - helpers.launch_browser_mailer('url', - 'http://www.jabber.org/network/oldnetwork.shtml') - def on_save_password_checkbutton_toggled(self, widget): self.xml.get_object('password_entry').grab_focus()