summaryrefslogtreecommitdiffstats
path: root/scene/resources/default_theme
diff options
context:
space:
mode:
authorHendrik Brucker <hendrik.brucker@mail.de>2023-07-11 01:15:57 +0200
committerHendrik Brucker <hendrik.brucker@mail.de>2023-07-11 02:05:25 +0200
commit662d8c76b35b456716799b1892622312e4a108e3 (patch)
treeaba51fbb0541dbc68022da116f8d06eaffaeb872 /scene/resources/default_theme
parentef155c1aeb216fa5a732913b6f2dc321e4b512dc (diff)
downloadredot-engine-662d8c76b35b456716799b1892622312e4a108e3.tar.gz
Remove GraphNode's comment property and related functionality
(this functionality will be reintroduced in a new and more flexible way)
Diffstat (limited to 'scene/resources/default_theme')
-rw-r--r--scene/resources/default_theme/default_theme.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/resources/default_theme/default_theme.cpp b/scene/resources/default_theme/default_theme.cpp
index 1bfcf8d3ac..40980116bf 100644
--- a/scene/resources/default_theme/default_theme.cpp
+++ b/scene/resources/default_theme/default_theme.cpp
@@ -711,8 +711,6 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
theme->set_stylebox("frame", "GraphNode", graphnode_normal);
theme->set_stylebox("selected_frame", "GraphNode", graphnode_selected);
- theme->set_stylebox("comment", "GraphNode", graphnode_comment_normal);
- theme->set_stylebox("comment_focus", "GraphNode", graphnode_comment_selected);
theme->set_stylebox("breakpoint", "GraphNode", graphnode_breakpoint);
theme->set_stylebox("position", "GraphNode", graphnode_position);
theme->set_stylebox("slot", "GraphNode", graphnode_slot);