diff options
Diffstat (limited to 'src/getchar.c')
-rw-r--r-- | src/getchar.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/getchar.c b/src/getchar.c index 134f6d175b..92e1ece639 100644 --- a/src/getchar.c +++ b/src/getchar.c @@ -4249,12 +4249,6 @@ int *local_ptr; /* return: buffer-local mapping or NULL */ } -/* - * Set up default mappings. - */ -void init_mappings() { -} - #if defined(MSDOS) || defined(MSWIN) || defined(OS2) \ || defined(FEAT_CMDWIN) || defined(MACOS) || defined(PROTO) /* |