aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty/src')
-rw-r--r--alacritty/src/window.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/alacritty/src/window.rs b/alacritty/src/window.rs
index 0394296e..28ef4480 100644
--- a/alacritty/src/window.rs
+++ b/alacritty/src/window.rs
@@ -117,8 +117,6 @@ fn create_gl_window(
let windowed_context = ContextBuilder::new()
.with_srgb(srgb)
.with_vsync(true)
- .with_depth_buffer(0)
- .with_stencil_buffer(0)
.with_hardware_acceleration(None)
.build_windowed(window, event_loop)?;