mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:07:45 +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
8 changed files with 0 additions and 45 deletions
|
@ -27,7 +27,6 @@ public:
|
|||
void delete_rule(size_t index);
|
||||
|
||||
virtual void for_each_effective_style_rule(Function<void(CSSStyleRule const&)> const& callback) const;
|
||||
virtual bool for_first_not_loaded_import_rule(Function<void(CSSImportRule&)> const& callback);
|
||||
|
||||
protected:
|
||||
explicit CSSGroupingRule(NonnullRefPtrVector<CSSRule>&&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue