From f70c3b168d6af594fc02fd257bf9dd810bdca894 Mon Sep 17 00:00:00 2001 From: Orestis Floros Date: Fri, 14 Dec 2018 23:35:58 +0200 Subject: [PATCH] Update tree_close_internal documentation in tree.h After f90840337 --- include/tree.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/tree.h b/include/tree.h index 41a63036..12170f94 100644 --- a/include/tree.h +++ b/include/tree.h @@ -73,10 +73,6 @@ void tree_next(char way, orientation_t orientation); * The dont_kill_parent flag is specified when the function calls itself * recursively while deleting a containers children. * - * The force_set_focus flag is specified in the case of killing a floating - * window: tree_close_internal() will be invoked for the CT_FLOATINGCON (the parent - * container) and focus should be set there. - * */ bool tree_close_internal(Con *con, kill_window_t kill_window, bool dont_kill_parent); -- 2.39.2