From 8ed72cc065255007a7f0687e3b8a540e8c6202c6 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Fri, 1 Jan 2021 05:07:39 +0000 Subject: Remove Windows WinPTY backend --- alacritty_terminal/src/config/mod.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'alacritty_terminal/src/config/mod.rs') diff --git a/alacritty_terminal/src/config/mod.rs b/alacritty_terminal/src/config/mod.rs index cbe56057..caa8930b 100644 --- a/alacritty_terminal/src/config/mod.rs +++ b/alacritty_terminal/src/config/mod.rs @@ -57,10 +57,6 @@ pub struct Config { /// Bell configuration. bell: BellConfig, - #[cfg(windows)] - #[config(deprecated = "recompile with winpty feature or remove this setting")] - pub winpty_backend: bool, - #[config(deprecated = "use `bell` instead")] pub visual_bell: Option, } -- cgit