mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 08:39:22 +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
Notes:
sideshowbarker
2024-07-19 07:22:37 +09:00
Author: https://github.com/awesomekling
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