From cd06771ddf2e64d5267eacd2c8c6c97533107de2 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 6 May 2013 01:12:05 +0100 Subject: [PATCH] Removed blank lines --- src/ui/core.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ui/core.c b/src/ui/core.c index c2feb019..ea558e3f 100644 --- a/src/ui/core.c +++ b/src/ui/core.c @@ -771,8 +771,6 @@ ui_duck_result(const char * const result) wprintw(windows[win_index]->win, "Result : "); wattroff(windows[win_index]->win, COLOUR_THEM); - - glong offset = 0; while (offset < g_utf8_strlen(result, -1)) { gchar *ptr = g_utf8_offset_to_pointer(result, offset);