Remove unusued variable... put this down and walk away until tomorrow.
This commit is contained in:
@@ -623,7 +623,6 @@ void modeline(WINDOW *wp)
|
|||||||
int lchar; /* character to draw line in buffer with */
|
int lchar; /* character to draw line in buffer with */
|
||||||
int n; /* cursor position count */
|
int n; /* cursor position count */
|
||||||
int len; /* line/column display check */
|
int len; /* line/column display check */
|
||||||
int perc; /* percent down */
|
|
||||||
char sl[25]; /* line/column display (probably overkill) */
|
char sl[25]; /* line/column display (probably overkill) */
|
||||||
|
|
||||||
n = wp->w_toprow + wp->w_ntrows; /* Location */
|
n = wp->w_toprow + wp->w_ntrows; /* Location */
|
||||||
|
|||||||
Reference in New Issue
Block a user