mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Remove unused variable
This commit is contained in:
parent
6428ce28b4
commit
0b90772efc
1 changed files with 0 additions and 1 deletions
|
@ -417,7 +417,6 @@ impl Display {
|
|||
|
||||
// If strikethrough hasn't been reset, draw until the last cell
|
||||
if let Some(start) = start_strikethrough {
|
||||
let flag = cell::Flags::STRIKE_THROUGH;
|
||||
cell_line_rects.push(
|
||||
cell_line_rect(
|
||||
&start,
|
||||
|
|
Loading…
Reference in a new issue