1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 11:57:34 +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:
Sam Atkins 2021-10-14 15:42:59 +01:00 committed by Linus Groh
parent 4d555e8b95
commit 5c1427f3e0
2 changed files with 0 additions and 75 deletions

View file

@ -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);