From 0bc8300e74a06ded43224052a08d7c89ef7650c1 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 2 Aug 2022 21:45:20 -0700 Subject: [PATCH] remove unused line --- src/Window.zig | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Window.zig b/src/Window.zig index 4e904918a..e1f60fcff 100644 --- a/src/Window.zig +++ b/src/Window.zig @@ -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});