diff --git a/voxygen/src/hud/mod.rs b/voxygen/src/hud/mod.rs index dfcea44cb0..a4bcac4723 100644 --- a/voxygen/src/hud/mod.rs +++ b/voxygen/src/hud/mod.rs @@ -3893,7 +3893,6 @@ impl Hud { scale_mode } - /// Checks if a TextEdit widget has the keyboard captured. fn typing(&self) -> bool { Hud::is_captured::(&self.ui.ui) }