mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
remove unused line
This commit is contained in:
@ -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});
|
||||
|
Reference in New Issue
Block a user