summaryrefslogtreecommitdiff
path: root/src/fe-text
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-11-04 14:54:39 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-11-04 14:54:39 +0000
commit990e2741aa32d934546e369883ccad5fbd5c2bce (patch)
tree1a25ff3bebcef1f2a5ebbb93f2c2959b0592a0f0 /src/fe-text
parent2ba63e1863f2b51304b9b7613c626a395fd0a778 (diff)
downloadirssi-990e2741aa32d934546e369883ccad5fbd5c2bce.zip
Removed useless part of code.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@805 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text')
-rw-r--r--src/fe-text/gui-windows.c6
1 files changed, 0 insertions, 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 {