Remove redundant use statement on macOS

This commit is contained in:
Mihyaeru 2019-07-17 00:45:46 +09:00 committed by Christian Duerr
parent 3c3239b1cb
commit 76dd84bef8
1 changed files with 0 additions and 1 deletions

View File

@ -403,7 +403,6 @@ impl Window {
#[cfg(target_os = "macos")]
pub fn set_simple_fullscreen(&self, fullscreen: bool) {
use glutin::os::macos::WindowExt;
self.window().set_simple_fullscreen(fullscreen);
}