aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/vim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/vim.h')
-rw-r--r--src/nvim/vim.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/vim.h b/src/nvim/vim.h
index 5cde6e7989..6bdc58c54a 100644
--- a/src/nvim/vim.h
+++ b/src/nvim/vim.h
@@ -355,8 +355,6 @@ enum {
#define PERROR(msg) \
(void) emsg3((char_u *) "%s: %s", (char_u *)msg, (char_u *)strerror(errno))
-typedef unsigned short disptick_T; /* display tick type */
-
#define SHOWCMD_COLS 10 /* columns needed by shown command */
#define STL_MAX_ITEM 80 /* max nr of %<flag> in statusline */