1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:37:35 +00:00

LibWeb: Remove unused CSSPixels::epsilon()

This commit is contained in:
Aliaksandr Kalenik 2023-08-04 18:21:50 +02:00 committed by Andreas Kling
parent 79cbbfc67f
commit 2bd7d1426b
2 changed files with 0 additions and 7 deletions

View file

@ -92,8 +92,6 @@ public:
CSSPixels abs() const;
static float epsilon();
private:
i32 m_value { 0 };
};