summaryrefslogtreecommitdiff
path: root/src/leap/app.py
diff options
context:
space:
mode:
authorantialias <antialias@leap.se>2012-09-18 18:07:46 -0400
committerantialias <antialias@leap.se>2012-09-18 18:07:46 -0400
commitc4509cf794a79fc7922d47765154148de8eacf46 (patch)
tree197f67c2aadfa6758f87855db349a53a60593a67 /src/leap/app.py
parentcfb7f5a2e9bae74dd60067a399a222d62e81da2c (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.py2
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",