aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mbyte.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/mbyte.h')
-rw-r--r--src/nvim/mbyte.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nvim/mbyte.h b/src/nvim/mbyte.h
index 9926f27411..1e5e332ad9 100644
--- a/src/nvim/mbyte.h
+++ b/src/nvim/mbyte.h
@@ -38,11 +38,6 @@
#define ENC_LATIN9 0x400 // Latin9
#define ENC_MACROMAN 0x800 // Mac Roman (not Macro Man! :-)
-// TODO(bfredl): eventually we should keep only one of the namings
-#define mb_ptr2len utfc_ptr2len
-#define mb_char2len utf_char2len
-#define mb_char2cells utf_char2cells
-
/// Flags for vimconv_T
typedef enum {
CONV_NONE = 0,