diff options
author | antialias <antialias@leap.se> | 2012-09-18 18:07:46 -0400 |
---|---|---|
committer | antialias <antialias@leap.se> | 2012-09-18 18:07:46 -0400 |
commit | c4509cf794a79fc7922d47765154148de8eacf46 (patch) | |
tree | 197f67c2aadfa6758f87855db349a53a60593a67 /src/leap/app.py | |
parent | cfb7f5a2e9bae74dd60067a399a222d62e81da2c (diff) |
removed checks and changes involving systray-whitelist and unity because
it works without them on Ubuntu 11.10 & 12.04.
Diffstat (limited to 'src/leap/app.py')
-rw-r--r-- | src/leap/app.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/leap/app.py b/src/leap/app.py index b721468f..5ce40ccb 100644 --- a/src/leap/app.py +++ b/src/leap/app.py @@ -7,7 +7,6 @@ from PyQt4.QtGui import (QApplication, QSystemTrayIcon, QMessageBox) from leap import __version__ as VERSION from leap.baseapp.mainwindow import LeapWindow -from leap.baseapp import unitychecks def main(): @@ -49,7 +48,6 @@ def main(): logger.info('Running client version %s', VERSION) app = QApplication(sys.argv) - unitychecks.do_check() if not QSystemTrayIcon.isSystemTrayAvailable(): QMessageBox.critical(None, "Systray", |