diff options
Diffstat (limited to 'src/components/util/geometry.rs')
-rw-r--r-- | src/components/util/geometry.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/components/util/geometry.rs b/src/components/util/geometry.rs index 2b1082fa3d2..878ebc70440 100644 --- a/src/components/util/geometry.rs +++ b/src/components/util/geometry.rs @@ -13,12 +13,6 @@ use std::fmt; // Units for use with geom::length and geom::scale_factor. -/// One hardware pixel. -/// -/// This unit corresponds to the smallest addressable element of the display hardware. -#[deriving(Encodable)] -pub enum DevicePixel {} - /// A normalized "pixel" at the default resolution for the display. /// /// Like the CSS "px" unit, the exact physical size of this unit may vary between devices, but it |