aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/screen.c')
-rw-r--r--src/nvim/screen.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/nvim/screen.c b/src/nvim/screen.c
index dc94f331fd..8761e44196 100644
--- a/src/nvim/screen.c
+++ b/src/nvim/screen.c
@@ -6415,18 +6415,6 @@ static void win_rest_invalid(win_T *wp)
* screen changes, and in the meantime, everything still works.
*/
-/*
- * types for inserting or deleting lines
- */
-#define USE_T_CAL 1
-#define USE_T_CDL 2
-#define USE_T_AL 3
-#define USE_T_CE 4
-#define USE_T_DL 5
-#define USE_T_SR 6
-#define USE_NL 7
-#define USE_T_CD 8
-#define USE_REDRAW 9
// insert lines on the screen and update ScreenLines[]
// 'end' is the line after the scrolled part. Normally it is Rows.