Remove dead code causing warnings (#278)

This commit is contained in:
Pedro Côrte-Real 2017-09-04 07:45:56 +01:00 committed by tomaka
parent 3d1c18ded9
commit 5b57b73fe8
7 changed files with 2 additions and 77 deletions

View file

@ -7,7 +7,6 @@ use wayland_client::protocol::{wl_display,wl_surface};
use {CreationError, MouseCursor, CursorState, WindowAttributes, FullScreenState};
use platform::MonitorId as PlatformMonitorId;
use window::MonitorId as RootMonitorId;
use super::context::MonitorId as WaylandMonitorId;
use super::{WaylandContext, EventsLoop};
use super::wayland_window;