mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb: Remove old ANPlusB parsing code
This was left over from the old CSS parser, so we no longer need it. :^)
This commit is contained in:
parent
4d555e8b95
commit
5c1427f3e0
Notes:
sideshowbarker
2024-07-18 02:18:31 +09:00
Author: https://github.com/AtkinsSJ
Commit: 5c1427f3e0
Pull-request: https://github.com/SerenityOS/serenity/pull/10484
Reviewed-by: https://github.com/linusg ✅
2 changed files with 0 additions and 75 deletions
|
@ -37,7 +37,6 @@ public:
|
|||
int step_size { 0 }; // "A"
|
||||
int offset = { 0 }; // "B"
|
||||
|
||||
static ANPlusBPattern parse(StringView const& args);
|
||||
String to_string() const
|
||||
{
|
||||
return String::formatted("{}n{:+}", step_size, offset);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue