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
@@ -18,7 +18,7 @@ public:
void InsertAt(int index);
void RemoveLast();
void RemoveAt(int index);
void SetSize(int size, bool lock = true);
void SetSize(int size);
bool ContainsSubParameter(NodeInput* input) const;
int IndexOfSubParameter(NodeInput* input) const;