From: Orestis Floros Date: Fri, 14 Dec 2018 21:35:58 +0000 (+0200) Subject: Update tree_close_internal documentation in tree.h X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f70c3b168d6af594fc02fd257bf9dd810bdca894;p=i3%2Fi3 Update tree_close_internal documentation in tree.h After f90840337 --- 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);