diff options
Diffstat (limited to 'src/nvim/mbyte.h')
-rw-r--r-- | src/nvim/mbyte.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/mbyte.h b/src/nvim/mbyte.h index 6656780df5..70073a8540 100644 --- a/src/nvim/mbyte.h +++ b/src/nvim/mbyte.h @@ -48,7 +48,6 @@ enum { MAX_MCO = 6 }; // TODO(bfredl): eventually we should keep only one of the namings #define mb_ptr2len utfc_ptr2len #define mb_char2len utf_char2len -#define mb_char2bytes utf_char2bytes #define mb_char2cells utf_char2cells /// Flags for vimconv_T |