mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 15:18:06 +00:00
LibWeb: Remove unused CSSPixels::epsilon()
This commit is contained in:
parent
79cbbfc67f
commit
2bd7d1426b
Notes:
sideshowbarker
2024-07-17 07:43:05 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 2bd7d1426b
Pull-request: https://github.com/SerenityOS/serenity/pull/20368
2 changed files with 0 additions and 7 deletions
|
@ -92,8 +92,6 @@ public:
|
|||
|
||||
CSSPixels abs() const;
|
||||
|
||||
static float epsilon();
|
||||
|
||||
private:
|
||||
i32 m_value { 0 };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue