diff --git a/src/roster_window.py b/src/roster_window.py index 6f2a9e377..52a729ffe 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -2707,10 +2707,6 @@ class RosterWindow: else: gajim.connections[account].unsubscribe(contact.jid) self.remove_contact(contact.jid, account, backend=True) - dialogs.ConfirmationDialogCheck(_('Remove Group'), - _('Do you want to remove group %s from the roster?' % group), - _('Remove also all contacts in this group from your roster'), - on_response_ok=on_ok) dialogs.ConfirmationDialogCheck(_('Remove Group'), _('Do you want to remove group %s from the roster?' % group),