Remove empty function.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4684 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-01-24 09:40:10 +00:00 committed by exg
commit ac006c3442
3 changed files with 0 additions and 10 deletions

View file

@ -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;
}