aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/option.c')
-rw-r--r--src/nvim/option.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c
index 7242c2d925..bf7d0d0bf3 100644
--- a/src/nvim/option.c
+++ b/src/nvim/option.c
@@ -2059,12 +2059,6 @@ void set_init_1(void)
/* Parse default for 'fillchars'. */
(void)set_chars_option(&p_fcs);
-
-# ifdef MACOS_CONVERT
- /* Moved to os_mac_conv.c to avoid dependency problems. */
- mac_lang_init();
-# endif
-
/* enc_locale() will try to find the encoding of the current locale. */
p = enc_locale();
if (p != NULL) {