This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Cleanup
tags/1.9.4
falkTX
11 years ago
parent
b591854fd4
commit
8d6f33696e
2 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
source/backend/plugin/carla_plugin_internal.hpp
+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;
};
// -----------------------------------------------------------------------
Write
Preview
Loading…
Cancel
Save