cleanup: remove legacy enc_dbcs global #9660

This commit is contained in:
Justin M. Keyes
2019-03-02 02:33:36 +01:00
committed by GitHub
parent 708176aea1
commit ed4132d7e9
8 changed files with 27 additions and 71 deletions

View File

@@ -641,7 +641,6 @@ EXTERN int vr_lines_changed INIT(= 0); /* #Lines changed by "gR" so far */
// mbyte flags that used to depend on 'encoding'. These are now deprecated, as
// 'encoding' is always "utf-8". Code that use them can be refactored to
// remove dead code.
#define enc_dbcs 0
#define enc_utf8 true
#define has_mbyte true