mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Remove EventLoop::documents_in_this_event_loop()
This function is no longer used anywhere.
This commit is contained in:
committed by
Tim Ledbetter
parent
c322603c42
commit
63167cfd89
@@ -527,11 +527,6 @@ Vector<GC::Root<DOM::Document>> EventLoop::documents_in_this_event_loop_matching
|
||||
return documents;
|
||||
}
|
||||
|
||||
Vector<GC::Root<DOM::Document>> EventLoop::documents_in_this_event_loop() const
|
||||
{
|
||||
return documents_in_this_event_loop_matching([](auto&) { return true; });
|
||||
}
|
||||
|
||||
void EventLoop::register_document(Badge<DOM::Document>, DOM::Document& document)
|
||||
{
|
||||
m_documents.append(&document);
|
||||
|
||||
Reference in New Issue
Block a user