summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/vim.h b/src/vim.h
index 5bd1b3c94..5a1a59be9 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -2136,12 +2136,6 @@ typedef enum {
#include "globals.h" /* global variables and messages */
-#ifndef FEAT_VIRTUALEDIT
-# define getvvcol(w, p, s, c, e) getvcol((w), (p), (s), (c), (e))
-# define virtual_active() FALSE
-# define virtual_op FALSE
-#endif
-
/*
* If console dialog not supported, but GUI dialog is, use the GUI one.
*/