Remove stuff from Window's API

This commit is contained in:
Pierre Krieger 2017-02-03 06:48:58 +01:00
parent b5d8d305fc
commit 9cd0430ec7
2 changed files with 0 additions and 80 deletions

View file

@ -122,7 +122,6 @@ extern crate wayland_client;
use std::sync::Arc;
pub use events::*;
pub use window::{WindowProxy, PollEventsIterator, WaitEventsIterator};
pub use window::{AvailableMonitorsIter, MonitorId, get_available_monitors, get_primary_monitor};
pub use native_monitor::NativeMonitorId;