Remove unused imports in script

This commit is contained in:
Kishor Bhat 2016-01-17 12:41:28 +05:30
parent 5a954d2492
commit 1ca2073979
6 changed files with 0 additions and 6 deletions

View file

@ -15,7 +15,6 @@ use dom::event::Event;
use dom::uievent::UIEvent;
use dom::window::Window;
use msg::constellation_msg;
use msg::constellation_msg::{ALT, CONTROL, SHIFT, SUPER};
use msg::constellation_msg::{Key, KeyModifiers};
use std::cell::Cell;
use util::str::DOMString;