1
1
mirror of https://github.com/wez/wezterm.git synced 2024-08-16 17:50:28 +03:00

remove unused local

this should have happened in efbafbc229
This commit is contained in:
Wez Furlong 2024-05-09 22:30:25 -07:00
parent 814857cd69
commit 91a16e5224
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -150,7 +150,6 @@ impl<'a> Performer<'a> {
{
let y = self.cursor.y;
let is_conpty = self.state.enable_conpty_quirks;
let is_alt = self.state.screen.alt_screen_is_active;
let screen = self.screen_mut();
let y = screen.phys_row(y);