From 990e2741aa32d934546e369883ccad5fbd5c2bce Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 4 Nov 2000 14:54:39 +0000 Subject: [PATCH] Removed useless part of code. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@805 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-text/gui-windows.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/fe-text/gui-windows.c b/src/fe-text/gui-windows.c index c4b2b8c0..52947d16 100644 --- a/src/fe-text/gui-windows.c +++ b/src/fe-text/gui-windows.c @@ -465,12 +465,6 @@ static void single_line_draw(GUI_WINDOW_REC *gui, int ypos, continue; } - if (xpos == COLS) { - /* there should be only spaces left */ - text++; - continue; - } - if ((unsigned char) *text >= 32) waddch(cwin, (unsigned char) *text); else {