diff options
Diffstat (limited to 'glutin/src/application.rs')
-rw-r--r-- | glutin/src/application.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/glutin/src/application.rs b/glutin/src/application.rs index 5d72ee41..79fcf745 100644 --- a/glutin/src/application.rs +++ b/glutin/src/application.rs @@ -55,7 +55,6 @@ where let builder = settings.window.into_builder( &application.title(), application.mode(), - application.visible(), event_loop.primary_monitor(), ); |