Update tree_close_internal documentation in tree.h

After f90840337
next
Orestis Floros 2018-12-14 23:35:58 +02:00
parent be6619ff11
commit f70c3b168d
No known key found for this signature in database
GPG Key ID: E9AD9F32E401E38F
1 changed files with 0 additions and 4 deletions

View File

@ -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);