Skip to content

Commit 502a159

Browse files
committed
Cleanup test
1 parent f925eef commit 502a159

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

addons/gaea/editor/graph_editor/graph_edit.gd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -690,10 +690,6 @@ func _copy_nodes(data: GaeaNodesCopy) -> void:
690690

691691

692692
func _paste_nodes(at_position: Vector2, data: GaeaNodesCopy = copy_buffer) -> void:
693-
var serialized: String = data.serialize()
694-
data = GaeaNodesCopy.deserialize(serialized)
695-
696-
697693
for node in get_selected():
698694
node.selected = false
699695

0 commit comments

Comments
 (0)