From 9719816eebca3b914d530a751bff6ab3cd7f0daf Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Mon, 10 Jun 2013 09:31:05 +0200 Subject: [PATCH] Removed unneeded line. --- windows.c | 1 - 1 file changed, 1 deletion(-) diff --git a/windows.c b/windows.c index d3a895c..3f9cda8 100644 --- a/windows.c +++ b/windows.c @@ -185,7 +185,6 @@ void draw_windows (struct Win * win) { void draw_vertical_scroll_hint (struct WinMeta * win_meta, uint16_t x, uint32_t more_cols, char dir) { // Draw scroll hint line in win at col x of pad display, announce more_cols more columns in direction dir. uint16_t y, offset; - offset = 0; char phrase[] = "more columns"; char * scrolldesc = malloc((3 * sizeof(char)) + strlen(phrase) + 10); // 10 = max chars for uint32_t string sprintf(scrolldesc, " %d %s ", more_cols, phrase); -- 2.30.2