mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:17:34 +00:00
LibWeb: Port CSS::Parser::Rule to new Strings
`Rule::to_deprecated_string()` and `DeclarationOrAtRule::to_deprecated_string()` are not used anywhere, so we can just delete them.
This commit is contained in:
parent
bee32b6cd2
commit
41c4cc95e4
5 changed files with 10 additions and 49 deletions
|
@ -1,5 +1,6 @@
|
|||
/*
|
||||
* Copyright (c) 2020-2021, the SerenityOS developers.
|
||||
* Copyright (c) 2021-2023, Sam Atkins <atkinssj@serenityos.org>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
@ -37,8 +38,6 @@ public:
|
|||
return *m_declaration;
|
||||
}
|
||||
|
||||
DeprecatedString to_deprecated_string() const;
|
||||
|
||||
private:
|
||||
DeclarationType m_type;
|
||||
RefPtr<Rule> m_at;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue