Remove GraphNode's comment property and related functionality

(this functionality will be reintroduced in a new and more flexible way)
This commit is contained in:
Hendrik Brucker
2023-07-11 01:15:57 +02:00
parent ef155c1aeb
commit 662d8c76b3
8 changed files with 10 additions and 156 deletions

View File

@@ -1887,8 +1887,6 @@ Ref<Theme> create_editor_theme(const Ref<Theme> p_theme) {
theme->set_stylebox("frame", "GraphNode", graphsb);
theme->set_stylebox("selected_frame", "GraphNode", graphsbselected);
theme->set_stylebox("comment", "GraphNode", graphsbcomment);
theme->set_stylebox("comment_focus", "GraphNode", graphsbcommentselected);
theme->set_stylebox("breakpoint", "GraphNode", graphsbbreakpoint);
theme->set_stylebox("position", "GraphNode", graphsbposition);
theme->set_stylebox("slot", "GraphNode", graphsbslot);