Browse Source

Cleanup

tags/1.9.4
falkTX 11 years ago
parent
commit
8d6f33696e
2 changed files with 0 additions and 4 deletions
  1. +0
    -2
      source/backend/plugin/carla_plugin_internal.hpp
  2. +0
    -2
      source/utils/rt_list.hpp

+ 0
- 2
source/backend/plugin/carla_plugin_internal.hpp View File

@@ -455,8 +455,6 @@ struct CarlaPluginProtectedData {
dataPendingRT.splice(data, true);
mutex.unlock();
}
else
qWarning("trySplice() failed");
}

void clear()


+ 0
- 2
source/utils/rt_list.hpp View File

@@ -275,8 +275,6 @@ private:
}

LIST_DECLARATIONS(List)

//template<typename P> friend class Pool;
};

// -----------------------------------------------------------------------


Loading…
Cancel
Save