diff options
Diffstat (limited to 'src/leap/bitmask/vpn/autostart.py')
-rw-r--r-- | src/leap/bitmask/vpn/autostart.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/leap/bitmask/vpn/autostart.py b/src/leap/bitmask/vpn/autostart.py index af7b3669..858ea4ab 100644 --- a/src/leap/bitmask/vpn/autostart.py +++ b/src/leap/bitmask/vpn/autostart.py @@ -41,8 +41,5 @@ Terminal=false if IS_MAC: - def autostart_app_on(): - pass - - def autostart_app_off(): + def autostart_app(status): pass |