From bd2c0f2b49eb74bd8359b0ccc745e78e701401d5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 21 Mar 2025 15:07:07 +1100 Subject: [PATCH] Cleanup: remove unused variable --- scripts/startup/bl_operators/node.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/startup/bl_operators/node.py b/scripts/startup/bl_operators/node.py index 937e0e3f7fc..30df128fd56 100644 --- a/scripts/startup/bl_operators/node.py +++ b/scripts/startup/bl_operators/node.py @@ -569,7 +569,6 @@ class NODE_OT_viewer_shortcut_set(Operator): ) def execute(self, context): - nodes = context.space_data.edit_tree.nodes selected_nodes = context.selected_nodes if len(selected_nodes) == 0: