Browse Source

Fix build without liblo

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX 4 years ago
parent
commit
9f8c9369b7
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      source/backend/plugin/CarlaPluginJack.cpp

+ 0
- 5
source/backend/plugin/CarlaPluginJack.cpp View File

@@ -164,11 +164,6 @@ public:
return ret.releaseBufferPointer();
}

const CarlaString& getAppName() const noexcept
{
return fProject.appName;
}

protected:
#ifdef HAVE_LIBLO
static void _osc_error_handler(int num, const char* msg, const char* path)


Loading…
Cancel
Save