aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2015-12-21 05:58:59 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2015-12-21 05:58:59 +0530
commita900196b3f56fac46f86d8a8157a61f14fdca364 (patch)
treef0df43f3388c097e4088119efbb7504c8bbc755b /components
parent9a4d82c314754d377edb0ef6b87873076bf3c057 (diff)
parent0cc75b731c1668b5536fd956846ffa18dd16bbcb (diff)
downloadservo-a900196b3f56fac46f86d8a8157a61f14fdca364.tar.gz
servo-a900196b3f56fac46f86d8a8157a61f14fdca364.zip
Auto merge of #9035 - Ms2ger:warnings, r=nox
Remove some unused imports. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9035) <!-- Reviewable:end -->
Diffstat (limited to 'components')
-rw-r--r--components/msg/compositor_msg.rs5
1 files 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.