Remove remaining unused imports

This commit is contained in:
Matthew Kuo 2016-01-17 20:55:53 -08:00
parent eb7b9309dd
commit 9d2eacf039
3 changed files with 0 additions and 3 deletions

View file

@ -14,7 +14,6 @@ use layers::geometry::DevicePixel;
use serde::{Deserialize, Serialize};
use std::cell::Cell;
use std::fmt;
use std::sync::mpsc::channel;
use url::Url;
use util::geometry::{PagePx, ViewportPx};
use util::mem::HeapSizeOf;