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:
parent
4d555e8b95
commit
5c1427f3e0
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