diff --git a/frontends/rioterm/src/router/mod.rs b/frontends/rioterm/src/router/mod.rs index d62762188..826788e0a 100644 --- a/frontends/rioterm/src/router/mod.rs +++ b/frontends/rioterm/src/router/mod.rs @@ -373,10 +373,6 @@ impl<'a> RouteWindow<'a> { } } - #[inline] - #[cfg(target_os = "windows")] - pub fn disable_cloak(&mut self) {} - #[allow(clippy::too_many_arguments)] pub fn from_target<'b>( event_loop: &'b ActiveEventLoop,