aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/globals.h')
-rw-r--r--src/nvim/globals.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h
index b9a1916ef2..1d93900a94 100644
--- a/src/nvim/globals.h
+++ b/src/nvim/globals.h
@@ -753,11 +753,6 @@ EXTERN int has_mbyte INIT(= 0); /* any multi-byte encoding */
*/
EXTERN char mb_bytelen_tab[256];
-/* Variables that tell what conversion is used for keyboard input and display
- * output. */
-EXTERN vimconv_T input_conv; /* type of input conversion */
-EXTERN vimconv_T output_conv; /* type of output conversion */
-
/*
* Function pointers, used to quickly get to the right function. Each has
* three possible values: latin_ (8-bit), utfc_ or utf_ (utf-8) and dbcs_