Browse Source

Remove previous windows hack, no longer needed

tags/1.9.6
falkTX 10 years ago
parent
commit
fc01dc1b22
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      source/carla_backend.py

+ 1
- 5
source/carla_backend.py View File

@@ -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



Loading…
Cancel
Save