summaryrefslogtreecommitdiffstats
path: root/editor/editor_about.cpp
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2024-04-25 23:42:44 +0200
committerkobewi <kobewi4e@gmail.com>2024-04-26 15:30:21 +0200
commit914528180f5a95d61d544d2bed42c03a880d82d7 (patch)
tree4df35b2f37aa6662068a2f31c9fb39e017af0bd9 /editor/editor_about.cpp
parent11d3768132582d192b8464769f26b493ae822321 (diff)
downloadredot-engine-914528180f5a95d61d544d2bed42c03a880d82d7.tar.gz
Misc code cleanup
Diffstat (limited to 'editor/editor_about.cpp')
-rw-r--r--editor/editor_about.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_about.cpp b/editor/editor_about.cpp
index 61c4eed669..af0419a81a 100644
--- a/editor/editor_about.cpp
+++ b/editor/editor_about.cpp
@@ -63,7 +63,6 @@ void EditorAbout::_notification(int p_what) {
_logo->set_texture(get_editor_theme_icon(SNAME("Logo")));
- Ref<StyleBoxEmpty> empty_stylebox = memnew(StyleBoxEmpty);
for (ItemList *il : name_lists) {
for (int i = 0; i < il->get_item_count(); i++) {
if (il->get_item_metadata(i)) {