diff options
author | Ms2ger <Ms2ger@gmail.com> | 2015-12-12 02:13:59 -0500 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2015-12-12 02:13:59 -0500 |
commit | 70653bfe0810558269e3317bc75d1f46f6626fa8 (patch) | |
tree | 4b49803a923ef453f4e731bde8a0229abc5acb32 /components/script/dom/webglcontextevent.rs | |
parent | 9f0c6d75d1abef030b1f98f07cb598100b96c05e (diff) | |
download | servo-70653bfe0810558269e3317bc75d1f46f6626fa8.tar.gz servo-70653bfe0810558269e3317bc75d1f46f6626fa8.zip |
Remove unused imports.
Diffstat (limited to 'components/script/dom/webglcontextevent.rs')
-rw-r--r-- | components/script/dom/webglcontextevent.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/webglcontextevent.rs b/components/script/dom/webglcontextevent.rs index 34bba6edf84..0cc353ef183 100644 --- a/components/script/dom/webglcontextevent.rs +++ b/components/script/dom/webglcontextevent.rs @@ -2,7 +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/. */ -use dom::bindings::codegen::Bindings::EventBinding::EventMethods; use dom::bindings::codegen::Bindings::WebGLContextEventBinding; use dom::bindings::codegen::Bindings::WebGLContextEventBinding::WebGLContextEventInit; use dom::bindings::codegen::Bindings::WebGLContextEventBinding::WebGLContextEventMethods; |