diff options
Diffstat (limited to 'components/pixels/lib.rs')
-rw-r--r-- | components/pixels/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/pixels/lib.rs b/components/pixels/lib.rs index 806b854fda2..16c93b7b6af 100644 --- a/components/pixels/lib.rs +++ b/components/pixels/lib.rs @@ -2,8 +2,6 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -extern crate euclid; - use euclid::{Point2D, Rect, Size2D}; use std::borrow::Cow; |