From 9da32a1f78fe075663466ac1349cb1495420591f Mon Sep 17 00:00:00 2001 From: Chris Watkins Date: Tue, 22 Apr 2014 22:49:52 -0700 Subject: Remove code and checks for unsupported systems. Remove remnants of support for systems including __EMX__, MSDOS, OS2, AMIGA and MORPHOS. --- src/mbyte.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mbyte.c') diff --git a/src/mbyte.c b/src/mbyte.c index 2c5dd8c6e0..f150b9b9ca 100644 --- a/src/mbyte.c +++ b/src/mbyte.c @@ -3814,8 +3814,7 @@ int convert_setup_ext(vcp, from, from_unicode_is_utf8, to, to_unicode_is_utf8) return OK; } -#if defined(FEAT_GUI) || defined(WIN3264) \ - || defined(MSDOS) || defined(PROTO) +#if defined(FEAT_GUI) || defined(WIN3264) || defined(PROTO) /* * Do conversion on typed input characters in-place. * The input and output are not NUL terminated! -- cgit