From fc01dc1b2228b2649e1fa02eb9c0b38c3ddca2ac Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 10 Feb 2015 08:35:06 +0000 Subject: [PATCH] Remove previous windows hack, no longer needed --- source/carla_backend.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/source/carla_backend.py b/source/carla_backend.py index b07abe09a..e515d21e4 100644 --- a/source/carla_backend.py +++ b/source/carla_backend.py @@ -2081,13 +2081,9 @@ class CarlaHostNull(CarlaHostMeta): # Carla Host object using a DLL class CarlaHostDLL(CarlaHostMeta): - def __init__(self, libName = ""): + def __init__(self, libName): CarlaHostMeta.__init__(self) - # FIXME no idea what's going on... - if WINDOWS: - libName = "Z:\\home\\falktx\\Source\\falkTX\\Carla\\bin\\libcarla_standalone2.dll" - # info about this host object self.isPlugin = False