unused macros: Remove a five unused macros. (#13517)

Removes:
- GET_CHARTAB
- PRT_PS_DEFAULT_BUFFER_SIZE
- key_t
- PROP_MASK
- SCTX_INIT

Referring #13505.
This commit is contained in:
Edwin Pujols
2020-12-11 20:41:20 -04:00
committed by GitHub
parent f2ec058602
commit a82bcf9d9c
4 changed files with 0 additions and 7 deletions

View File

@@ -206,7 +206,6 @@ typedef struct vimoption {
// local option: indirect option index
char_u *def_val[2]; // default values for variable (vi and vim)
LastSet last_set; // script in which the option was last set
# define SCTX_INIT , { 0, 0, 0 }
} vimoption_T;
#define VI_DEFAULT 0 // def_val[VI_DEFAULT] is Vi default value