diff --git a/ports/glutin/window.rs b/ports/glutin/window.rs index 24fdf489654..46b2a16e921 100644 --- a/ports/glutin/window.rs +++ b/ports/glutin/window.rs @@ -157,10 +157,6 @@ impl Window { builder = builder.with_vsync(); } - if opts::get().use_webrender { - builder = builder.with_stencil_buffer(8); - } - if opts::get().use_msaa { builder = builder.with_multisampling(MULTISAMPLES) }