diff options
Diffstat (limited to 'src/nvim/ugrid.h')
-rw-r--r-- | src/nvim/ugrid.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/ugrid.h b/src/nvim/ugrid.h index 1c73c43867..a71179d74f 100644 --- a/src/nvim/ugrid.h +++ b/src/nvim/ugrid.h @@ -22,8 +22,6 @@ struct ugrid { UCell **cells; }; -// -V:UGRID_FOREACH_CELL:625 - #define UGRID_FOREACH_CELL(grid, row, startcol, endcol, code) \ do { \ UCell *row_cells = (grid)->cells[row]; \ |