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
+2 -2
View File
@@ -316,7 +316,7 @@ public:
*
* This function emits EdgeAdded().
*/
static NodeEdgePtr ConnectEdge(NodeOutput *output, NodeInput *input, bool lock = true);
static NodeEdgePtr ConnectEdge(NodeOutput *output, NodeInput *input);
/**
* @brief Disconnect an edge
@@ -327,7 +327,7 @@ public:
*
* Edge to disconnect.
*/
static void DisconnectEdge(NodeEdgePtr edge, bool lock = true);
static void DisconnectEdge(NodeEdgePtr edge);
/**
* @brief Disconnect an edge