Skip to content

Commit

Permalink
Merge pull request #113 from endlessm/remove-basic-block
Browse files Browse the repository at this point in the history
Remove unused BasicBlock scene & code
  • Loading branch information
wnbaum authored Jul 3, 2024
2 parents ccf049b + f2a24e5 commit ef620ce
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 91 deletions.
1 change: 0 additions & 1 deletion addons/block_code/block_code_plugin.gd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const DISABLED_CLASSES := [
"DragManager",
"InstructionTree",
"Types",
"BasicBlock",
"Block",
"ControlBlock",
"ParameterBlock",
Expand Down
25 changes: 0 additions & 25 deletions addons/block_code/ui/blocks/basic_block/basic_block.gd

This file was deleted.

64 changes: 0 additions & 64 deletions addons/block_code/ui/blocks/basic_block/basic_block.tscn

This file was deleted.

1 change: 0 additions & 1 deletion addons/block_code/ui/picker/categories/category_factory.gd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ class_name CategoryFactory
extends Object

const BLOCKS: Dictionary = {
"basic_block": preload("res://addons/block_code/ui/blocks/basic_block/basic_block.tscn"),
"control_block": preload("res://addons/block_code/ui/blocks/control_block/control_block.tscn"),
"parameter_block": preload("res://addons/block_code/ui/blocks/parameter_block/parameter_block.tscn"),
"statement_block": preload("res://addons/block_code/ui/blocks/statement_block/statement_block.tscn"),
Expand Down

0 comments on commit ef620ce

Please sign in to comment.