Browser: Remove no-op from the BooksmarksBarWidget

Widget::child_widgets() is a *copy* of the list of child widgets. :^)
This commit is contained in:
Andreas Kling 2020-04-23 14:10:12 +02:00
commit 9ab9f97464
Notes: sideshowbarker 2024-07-19 07:22:37 +09:00

View file

@ -92,7 +92,6 @@ void BookmarksBarWidget::did_update_model()
for (auto* child : child_widgets()) {
child->remove_from_parent();
}
child_widgets().clear();
m_bookmarks.clear();