From 0f26332d5d9a5cb6363afb3416a1bebd0d936230 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 6 Jun 2019 10:39:44 +0200 Subject: Remove mutex lock from node localization There is no obvious threading-unsafe code in the localization. The main source of issues were the new_node/new_socket pointers which are no longer used during node tree duplication. --- source/blender/makesdna/DNA_node_types.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/makesdna/DNA_node_types.h') diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h index 342641f00ac..672dbaebae1 100644 --- a/source/blender/makesdna/DNA_node_types.h +++ b/source/blender/makesdna/DNA_node_types.h @@ -479,9 +479,6 @@ typedef struct bNodeTree { int (*test_break)(void *); void (*update_draw)(void *); void *tbh, *prh, *sdh, *udh; - - void *duplilock; - } bNodeTree; /* ntree->type, index */ -- cgit v1.2.3