mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Removed useless part of code.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@805 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2ba63e1863
commit
990e2741aa
@ -465,12 +465,6 @@ static void single_line_draw(GUI_WINDOW_REC *gui, int ypos,
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (xpos == COLS) {
|
|
||||||
/* there should be only spaces left */
|
|
||||||
text++;
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
if ((unsigned char) *text >= 32)
|
if ((unsigned char) *text >= 32)
|
||||||
waddch(cwin, (unsigned char) *text);
|
waddch(cwin, (unsigned char) *text);
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user