diff options
Diffstat (limited to 'components/util/geometry.rs')
-rw-r--r-- | components/util/geometry.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/components/util/geometry.rs b/components/util/geometry.rs index 4d89a817853..dc84d90b202 100644 --- a/components/util/geometry.rs +++ b/components/util/geometry.rs @@ -59,11 +59,6 @@ pub enum PagePx {} // originally proposed in 2002 as a standard unit of measure in Gecko. // See https://bugzilla.mozilla.org/show_bug.cgi?id=177805 for more info. -pub static ZERO_POINT: Point2D<Au> = Point2D { - x: Au(0), - y: Au(0), -}; - pub static MAX_RECT: Rect<Au> = Rect { origin: Point2D { x: Au(i32::MIN / 2), |