Skip to content

Commit d047929

Browse files
committed
instruction_tree: Remove unused generate_tree() method
This method was introduced in 0b392c2 but never used.
1 parent 38e7406 commit d047929

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

addons/block_code/instruction_tree/instruction_tree.gd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ class TreeNode:
1717
children.append(node)
1818

1919

20-
func generate_tree(root_block: Block) -> TreeNode:
21-
return root_block.get_instruction()
22-
23-
2420
func generate_text(root_node: TreeNode, start_depth: int = 0) -> String:
2521
out = ""
2622
depth = start_depth

0 commit comments

Comments
 (0)