aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ugrid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/ugrid.h')
-rw-r--r--src/nvim/ugrid.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/ugrid.h b/src/nvim/ugrid.h
index 0751010d6b..af78fe91c5 100644
--- a/src/nvim/ugrid.h
+++ b/src/nvim/ugrid.h
@@ -15,7 +15,6 @@ struct ucell {
};
struct ugrid {
- int top, bot, left, right;
int row, col;
int width, height;
UCell **cells;