mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:07:35 +00:00
LibWeb: Remove unused CSSPixels::epsilon()
This commit is contained in:
parent
79cbbfc67f
commit
2bd7d1426b
2 changed files with 0 additions and 7 deletions
|
@ -161,9 +161,4 @@ CSSPixels CSSPixels::abs() const
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
float CSSPixels::epsilon()
|
|
||||||
{
|
|
||||||
return 1.0f / fixed_point_denominator;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -92,8 +92,6 @@ public:
|
||||||
|
|
||||||
CSSPixels abs() const;
|
CSSPixels abs() const;
|
||||||
|
|
||||||
static float epsilon();
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
i32 m_value { 0 };
|
i32 m_value { 0 };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue