diff options
Diffstat (limited to 'editor/editor_about.cpp')
-rw-r--r-- | editor/editor_about.cpp | 1 |
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)) { |