1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00

Simplify.

git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4954 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-12-08 16:32:56 +00:00 committed by exg
parent 8c64738cdc
commit 770c906a1c

View File

@ -206,9 +206,7 @@ MAIN_WINDOW_REC *mainwindow_create(void)
rec->last_line = rec->first_line + space;
rec->height = rec->last_line-rec->first_line+1;
parent->first_line = rec->last_line+1;
parent->height = parent->last_line-parent->first_line+1;
parent->first_line += space+1;
mainwindow_resize(parent, 0, -space-1);
}