diff options
author | Hendrik Brucker <hendrik.brucker@mail.de> | 2023-07-11 01:15:57 +0200 |
---|---|---|
committer | Hendrik Brucker <hendrik.brucker@mail.de> | 2023-07-11 02:05:25 +0200 |
commit | 662d8c76b35b456716799b1892622312e4a108e3 (patch) | |
tree | aba51fbb0541dbc68022da116f8d06eaffaeb872 /scene/resources/default_theme | |
parent | ef155c1aeb216fa5a732913b6f2dc321e4b512dc (diff) | |
download | redot-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.cpp | 2 |
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); |