diff options
-rw-r--r-- | components/canvas/webgl_paint_thread.rs | 1 | ||||
-rw-r--r-- | components/msg/constellation_msg.rs | 1 | ||||
-rw-r--r-- | components/net/storage_thread.rs | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/components/canvas/webgl_paint_thread.rs b/components/canvas/webgl_paint_thread.rs index e328e182680..21362fa4c12 100644 --- a/components/canvas/webgl_paint_thread.rs +++ b/components/canvas/webgl_paint_thread.rs @@ -7,7 +7,6 @@ use canvas_traits::{WebGLError, WebGLFramebufferBindingRequest, WebGLParameter, use core::nonzero::NonZero; use euclid::size::Size2D; use gleam::gl; -use gleam::gl::types::{GLsizei}; use ipc_channel::ipc::{self, IpcSender, IpcSharedMemory}; use ipc_channel::router::ROUTER; use layers::platform::surface::NativeSurface; diff --git a/components/msg/constellation_msg.rs b/components/msg/constellation_msg.rs index 1fdb333da3b..ba971992a93 100644 --- a/components/msg/constellation_msg.rs +++ b/components/msg/constellation_msg.rs @@ -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; diff --git a/components/net/storage_thread.rs b/components/net/storage_thread.rs index 7b3a1f52ca3..746cce7963c 100644 --- a/components/net/storage_thread.rs +++ b/components/net/storage_thread.rs @@ -7,7 +7,6 @@ use net_traits::storage_thread::{StorageThread, StorageThreadMsg, StorageType}; use std::borrow::ToOwned; use std::collections::BTreeMap; use std::collections::HashMap; -use std::sync::mpsc::channel; use url::Url; use util::thread::spawn_named; |