summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/app.py
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-06-06 12:20:33 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-06-06 12:22:23 -0300
commit89d01ea3a353e3a7d6f973847d02e16147781448 (patch)
tree8de7528c3abfa8d12a78dc76a8adfd7a5d95d6df /src/leap/bitmask/app.py
parentfdbafa4929cb9969e8f2ea3b256eb4bd9f99a7a7 (diff)
Remove code already used in mainwindow.
Diffstat (limited to 'src/leap/bitmask/app.py')
-rw-r--r--src/leap/bitmask/app.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/leap/bitmask/app.py b/src/leap/bitmask/app.py
index 1ed58701..1d2ecfc7 100644
--- a/src/leap/bitmask/app.py
+++ b/src/leap/bitmask/app.py
@@ -171,7 +171,6 @@ def main():
# I think it's safe to import at the top by now -- kali
from leap.bitmask.gui import locale_rc
from leap.bitmask.gui.mainwindow import MainWindow
- from leap.bitmask.platform_init import IS_MAC
from leap.bitmask.platform_init.locks import we_are_the_one_and_only
from leap.bitmask.util.requirement_checker import check_requirements
@@ -239,9 +238,6 @@ def main():
# callable used in addSystemEventTrigger to handle SIGTERM
sigterm_window = partial(sigterm_handler, window, logger=logger)
- if IS_MAC:
- window.raise_()
-
# This was a good idea, but for this to work as intended we
# should centralize the start of all services in there.
#tx_app = leap_services()