diff --git a/alacritty/src/display/content.rs b/alacritty/src/display/content.rs index 3b549992..09d27cf0 100644 --- a/alacritty/src/display/content.rs +++ b/alacritty/src/display/content.rs @@ -108,8 +108,6 @@ impl<'a> RenderableContent<'a> { } /// Assemble the information required to render the terminal cursor. - /// - /// This will return `None` when there is no cursor visible. fn renderable_cursor(&mut self, cell: &RenderableCell) -> RenderableCursor { // Cursor colors. let color = if self.terminal_content.mode.contains(TermMode::VI) {