summaryrefslogtreecommitdiff
path: root/src/proto/spell.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/spell.pro')
-rw-r--r--src/proto/spell.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto/spell.pro b/src/proto/spell.pro
index 485d7d1a6..c2b14bf2c 100644
--- a/src/proto/spell.pro
+++ b/src/proto/spell.pro
@@ -19,7 +19,6 @@ buf_T *open_spellbuf(void);
void close_spellbuf(buf_T *buf);
void clear_spell_chartab(spelltab_T *sp);
void init_spell_chartab(void);
-int spell_iswordp_nmw(char_u *p, win_T *wp);
int spell_casefold(char_u *str, int len, char_u *buf, int buflen);
int spell_check_sps(void);
void spell_suggest(int count);