diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-18 13:19:57 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-18 13:19:57 -0300 |
commit | e0734dd4c3c529c99b7c90d8db1dfb9f09551b24 (patch) | |
tree | f8dbc3349ddf99ec5b84f4a38938d3f96b2efddb /src/leap/bitmask/gui/wizard.py | |
parent | 77fc291da6c40f1cc92955e22536e7eb92f4cdda (diff) |
Remove unused existing code.
Diffstat (limited to 'src/leap/bitmask/gui/wizard.py')
-rw-r--r-- | src/leap/bitmask/gui/wizard.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/leap/bitmask/gui/wizard.py b/src/leap/bitmask/gui/wizard.py index e004e6cf..4a5bc333 100644 --- a/src/leap/bitmask/gui/wizard.py +++ b/src/leap/bitmask/gui/wizard.py @@ -555,15 +555,6 @@ class Wizard(QtGui.QWizard): if pageId == self.SERVICES_PAGE: self._populate_services() - def _is_need_eip_password_warning(self): - """ - Returns True if we need to add a warning about eip needing - administrative permissions to start. That can be either - because we are running in standalone mode, or because we could - not find the needed privilege escalation mechanisms being operative. - """ - return self.standalone or is_missing_policy_permissions() - def nextId(self): """ Sets the next page id for the wizard based on wether the user |