diff options
Diffstat (limited to 'src/leap/bitmask/vpn/launcher.py')
-rw-r--r-- | src/leap/bitmask/vpn/launcher.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/leap/bitmask/vpn/launcher.py b/src/leap/bitmask/vpn/launcher.py index fa9923a8..28c8a31f 100644 --- a/src/leap/bitmask/vpn/launcher.py +++ b/src/leap/bitmask/vpn/launcher.py @@ -279,17 +279,6 @@ class VPNLauncher(object): return command_and_args @classmethod - def get_vpn_env(kls): - """ - Return a dictionary with the custom env for the platform. - This is mainly used for setting LD_LIBRARY_PATH to the correct - path when distributing a standalone client - - :rtype: dict - """ - return {} - - @classmethod def missing_updown_scripts(kls): """ Return what updown scripts are missing. |