From 0cc75b731c1668b5536fd956846ffa18dd16bbcb Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Sun, 20 Dec 2015 22:26:07 +0100 Subject: [PATCH] Remove some unused imports. --- components/msg/compositor_msg.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/msg/compositor_msg.rs b/components/msg/compositor_msg.rs index ca2a68d55bd..7c1d615fd06 100644 --- a/components/msg/compositor_msg.rs +++ b/components/msg/compositor_msg.rs @@ -3,9 +3,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ use azure::azure_hl::Color; -use constellation_msg::{Key, KeyModifiers, KeyState, PipelineId}; -use euclid::{Matrix4, Point2D, Rect}; -use ipc_channel::ipc::IpcSender; +use constellation_msg::PipelineId; +use euclid::{Matrix4, Rect}; use std::fmt::{self, Debug, Formatter}; /// A newtype struct for denoting the age of messages; prevents race conditions.