diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-09-16 17:30:27 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-09-16 17:30:27 +0200 |
commit | 2c12f890551bbdf5605472a4d711d48a273685d7 (patch) | |
tree | 9d5b720078f90ed5a5e1282b12f54c5d825d1a5d /src/spell.c | |
parent | 2f8cbc4b225ba707c3926070a3f133eb0473aed2 (diff) | |
download | vim-git-2c12f890551bbdf5605472a4d711d48a273685d7.tar.gz |
patch 8.2.1696: unused (duplicate) macrosv8.2.1696
Problem: Unused (duplicate) macros.
Solution: Remove the macros.
Diffstat (limited to 'src/spell.c')
-rw-r--r-- | src/spell.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/spell.c b/src/spell.c index b3d9b0a3c..6b431fa5b 100644 --- a/src/spell.c +++ b/src/spell.c @@ -66,10 +66,6 @@ #define REGION_ALL 0xff // word valid in all regions -#define VIMSUGMAGIC "VIMsug" // string at start of Vim .sug file -#define VIMSUGMAGICL 6 -#define VIMSUGVERSION 1 - // Result values. Lower number is accepted over higher one. #define SP_BANNED -1 #define SP_OK 0 |