screen: Get rid of ScreenLines2 as it is no longer used

Should also fix some PVS warnings in process.
This commit is contained in:
ZyX
2018-04-22 19:32:17 +03:00
parent adfc1212b5
commit d42f934bcb
2 changed files with 95 additions and 173 deletions

View File

@@ -158,10 +158,6 @@ EXTERN u8char_T *ScreenLinesC[MAX_MCO]; /* composing characters */
EXTERN int Screen_mco INIT(= 0); /* value of p_mco used when
allocating ScreenLinesC[] */
/* Only used for euc-jp: Second byte of a character that starts with 0x8e.
* These are single-width. */
EXTERN schar_T *ScreenLines2 INIT(= NULL);
EXTERN int screen_Rows INIT(= 0); /* actual size of ScreenLines[] */
EXTERN int screen_Columns INIT(= 0); /* actual size of ScreenLines[] */