nodes: remove user input mutexes

These were no longer ever used and thus served no purpose.
This commit is contained in:
itsmattkc
2020-02-03 01:27:00 +11:00
parent 9b7cbb3fbd
commit 110b5741e0
8 changed files with 11 additions and 58 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ public:
/**
* @brief Copy all values including keyframe information and connections from another NodeInput
*/
static void CopyValues(NodeInput* source, NodeInput* dest, bool include_connections = true, bool lock_connections = true);
static void CopyValues(NodeInput* source, NodeInput* dest, bool include_connections = true);
QVector<QVariant> split_normal_value_into_track_values(const QVariant &value) const;