diff options
Diffstat (limited to 'examples/fullscreen.rs')
-rw-r--r-- | examples/fullscreen.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/fullscreen.rs b/examples/fullscreen.rs index 707fd7d..de4c449 100644 --- a/examples/fullscreen.rs +++ b/examples/fullscreen.rs @@ -35,7 +35,6 @@ fn main() { }; let window = glutin::WindowBuilder::new() - .with_gl_profile(glutin::GlProfile::Compatibility) .with_title("Hello world!".to_string()) .with_fullscreen(monitor) .build() |