Skip to content

Commit 49c8240

Browse files
authored
Merge pull request #37 from endlessm/remove-unused-generate_tree-method
instruction_tree: Remove unused generate_tree() method
2 parents 38e7406 + d047929 commit 49c8240

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)