Remove some unused imports.

This commit is contained in:
Ms2ger 2015-12-20 22:26:07 +01:00
parent 5b91daa923
commit 0cc75b731c

View file

@ -3,9 +3,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
use azure::azure_hl::Color; use azure::azure_hl::Color;
use constellation_msg::{Key, KeyModifiers, KeyState, PipelineId}; use constellation_msg::PipelineId;
use euclid::{Matrix4, Point2D, Rect}; use euclid::{Matrix4, Rect};
use ipc_channel::ipc::IpcSender;
use std::fmt::{self, Debug, Formatter}; use std::fmt::{self, Debug, Formatter};
/// A newtype struct for denoting the age of messages; prevents race conditions. /// A newtype struct for denoting the age of messages; prevents race conditions.