Remove unusued variable... put this down and walk away until tomorrow.

This commit is contained in:
Brian Callahan
2014-05-29 18:20:55 -04:00
parent e003436e91
commit 04208ea903

View File

@@ -623,7 +623,6 @@ void modeline(WINDOW *wp)
int lchar; /* character to draw line in buffer with */
int n; /* cursor position count */
int len; /* line/column display check */
int perc; /* percent down */
char sl[25]; /* line/column display (probably overkill) */
n = wp->w_toprow + wp->w_ntrows; /* Location */