mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
remove unused line
This commit is contained in:
@ -885,8 +885,6 @@ pub fn setCursorStyle(
|
|||||||
self: *Window,
|
self: *Window,
|
||||||
style: terminal.CursorStyle,
|
style: terminal.CursorStyle,
|
||||||
) !void {
|
) !void {
|
||||||
_ = self;
|
|
||||||
|
|
||||||
// Get the style that we use in the renderer
|
// Get the style that we use in the renderer
|
||||||
const grid_style = Grid.CursorStyle.fromTerminal(style) orelse {
|
const grid_style = Grid.CursorStyle.fromTerminal(style) orelse {
|
||||||
log.warn("unimplemented cursor style: {}", .{style});
|
log.warn("unimplemented cursor style: {}", .{style});
|
||||||
|
Reference in New Issue
Block a user