remove unused line

This commit is contained in:
Mitchell Hashimoto
2022-08-02 21:45:20 -07:00
parent f82b8f89e7
commit 0bc8300e74

View File

@ -885,8 +885,6 @@ pub fn setCursorStyle(
self: *Window,
style: terminal.CursorStyle,
) !void {
_ = self;
// Get the style that we use in the renderer
const grid_style = Grid.CursorStyle.fromTerminal(style) orelse {
log.warn("unimplemented cursor style: {}", .{style});