refactor(mch): last mch_ function/macro hits the dust

Also remove some stray comments.
This commit is contained in:
bfredl
2023-08-26 15:31:55 +02:00
parent 87cde88c41
commit bf36b0f8ec
5 changed files with 2 additions and 14 deletions

View File

@@ -5171,7 +5171,6 @@ static void win_free(win_T *wp, tabpage_T *tp)
alist_unlink(wp->w_alist);
// Don't execute autocommands while the window is halfway being deleted.
// gui_mch_destroy_scrollbar() may trigger a FocusGained event.
block_autocmds();
clear_winopt(&wp->w_onebuf_opt);