1
1

Cleanup: Remove unused variable

Mistake in a18bd403bf
This commit is contained in:
2022-01-25 11:08:34 -06:00
parent 0ec94d5359
commit 3e2591c83e

View File

@@ -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;