Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-01-25 20:08:34 +0300
committerHans Goudey <h.goudey@me.com>2022-01-25 20:08:34 +0300
commit3e2591c83ed6c4eb8adecfe06c976717f161cd23 (patch)
treea89090ca6aacdd5a1355ef01869b3f3c5d531a69
parent0ec94d5359d732c5ed819379d601ab2124798079 (diff)
Cleanup: Remove unused variable
Mistake in a18bd403bf3edb495ee05
-rw-r--r--source/blender/nodes/function/nodes/node_fn_boolean_math.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/nodes/function/nodes/node_fn_boolean_math.cc b/source/blender/nodes/function/nodes/node_fn_boolean_math.cc
index 8c75a1c538d..9425c4ff328 100644
--- a/source/blender/nodes/function/nodes/node_fn_boolean_math.cc
+++ b/source/blender/nodes/function/nodes/node_fn_boolean_math.cc
@@ -63,7 +63,6 @@ static void node_boolean_math_label(const bNodeTree *UNUSED(ntree),
static void node_gather_link_searches(GatherLinkSearchOpParams &params)
{
- const eNodeSocketDatatype type = static_cast<eNodeSocketDatatype>(params.other_socket().type);
if (!params.node_tree().typeinfo->validate_link(
static_cast<eNodeSocketDatatype>(params.other_socket().type), SOCK_BOOLEAN)) {
return;