mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Remove for_first_not_loaded_import_rule()
:^)
This was only used for making sure `@import` rules got loaded, and since they handle that themselves now, we can get rid of all this code!
This commit is contained in:
parent
9d72815deb
commit
6fc1810190
Notes:
sideshowbarker
2024-07-18 01:01:01 +09:00
Author: https://github.com/AtkinsSJ
Commit: 6fc1810190
Pull-request: https://github.com/SerenityOS/serenity/pull/10961
8 changed files with 0 additions and 45 deletions
|
@ -35,9 +35,4 @@ void CSSGroupingRule::for_each_effective_style_rule(Function<void(CSSStyleRule c
|
|||
m_rules->for_each_effective_style_rule(callback);
|
||||
}
|
||||
|
||||
bool CSSGroupingRule::for_first_not_loaded_import_rule(Function<void(CSSImportRule&)> const& callback)
|
||||
{
|
||||
return m_rules->for_first_not_loaded_import_rule(callback);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue