diff options
Diffstat (limited to 'src/ex_cmds.c')
-rw-r--r-- | src/ex_cmds.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 2e58851d5..791762c04 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -5867,7 +5867,6 @@ struct sign int sn_text_hl; /* highlight ID for text */ }; -#define MAX_TYPENR 255 /* depends on sattr_T */ static sign_T *first_sign = NULL; static int last_sign_typenr = MAX_TYPENR; /* is decremented */ |