commit 9b53c567c0e2f2a1374451973ab1545fa426dec6 parent a1b28f4eb517f2f956aa0609247f471d6198b354 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Wed, 22 Jul 2020 12:21:58 +0200 remove unneeded variable Diffstat:
M | sfeed_curses.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sfeed_curses.c b/sfeed_curses.c @@ -1286,7 +1286,7 @@ updatesidebar(int onlynew) struct row *row; struct feed *feed; size_t i, nrows; - int len, oldwidth; + int oldwidth; p = &panes[PaneFeeds];