mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Remove empty function.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4684 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f5194e296d
commit
ac006c3442
3 changed files with 0 additions and 10 deletions
|
|
@ -165,7 +165,6 @@ static void term_move_reset(int x, int y)
|
|||
void term_resize(int width, int height)
|
||||
{
|
||||
if (width < 0 || height < 0) {
|
||||
terminfo_resize(current_term);
|
||||
width = current_term->width;
|
||||
height = current_term->height;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue