screen: Fix PVS/V519: duplicate successive assignment

This commit is contained in:
ZyX
2018-04-22 19:40:47 +03:00
parent 9c981f5a19
commit 4ff4e66fd7

View File

@@ -2761,7 +2761,6 @@ win_line (
// Draw cells with the sign value or blank. // Draw cells with the sign value or blank.
c_extra = ' '; c_extra = ' ';
char_attr = win_hl_attr(wp, HLF_SC); char_attr = win_hl_attr(wp, HLF_SC);
n_extra = 2;
n_extra = win_signcol_width(wp); n_extra = win_signcol_width(wp);
if (row == startrow + filler_lines && filler_todo <= 0) { if (row == startrow + filler_lines && filler_todo <= 0) {