mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02: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
1 changed files with 0 additions and 6 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue