Removed window parameter from window_item_remove() and

window_item_destroy()


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1079 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-01-06 21:58:28 +00:00 committed by cras
commit dd68c2fa5f
5 changed files with 16 additions and 10 deletions

View file

@ -114,7 +114,7 @@ void window_destroy(WINDOW_REC *window)
}
while (window->items != NULL)
window_item_destroy(window, window->items->data);
window_item_destroy(window->items->data);
if (settings_get_bool("windows_auto_renumber"))
windows_pack(window->refnum);