mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 18:55:09 +00:00
Browser: Remove no-op from the BooksmarksBarWidget
Widget::child_widgets() is a *copy* of the list of child widgets. :^)
This commit is contained in:
parent
7da7bbe6f9
commit
9ab9f97464
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@ void BookmarksBarWidget::did_update_model()
|
|||
for (auto* child : child_widgets()) {
|
||||
child->remove_from_parent();
|
||||
}
|
||||
child_widgets().clear();
|
||||
|
||||
m_bookmarks.clear();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue