0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 9.0.0410: struct member cts_lnum is unused

Problem:    Struct member cts_lnum is unused.
Solution:   Delete it.
This commit is contained in:
Bram Moolenaar
2022-09-07 20:01:17 +01:00
parent 7c7e1e9b98
commit d7633114af
3 changed files with 2 additions and 2 deletions

View File

@@ -950,7 +950,6 @@ init_chartabsize_arg(
{
CLEAR_POINTER(cts);
cts->cts_win = wp;
cts->cts_lnum = lnum;
cts->cts_vcol = col;
cts->cts_line = line;
cts->cts_ptr = ptr;