]> git.sur5r.net Git - i3/i3/blobdiff - src/bindings.c
Avoid rendering the tree twice in a row
[i3/i3] / src / bindings.c
index 16235a1e2bbe4a81449347a21044f198572a9999..3463f8315304957f9d823a9bba6a6b4e94d3b36b 100644 (file)
@@ -643,8 +643,8 @@ void binding_free(Binding *bind) {
 /*
  * Runs the given binding and handles parse errors. If con is passed, it will
  * execute the command binding with that container selected by criteria.
- * Returns a CommandResult for running the binding's command. Caller should
- * render tree if needs_tree_render is true. Free with command_result_free().
+ * Returns a CommandResult for running the binding's command. Free with
+ * command_result_free().
  *
  */
 CommandResult *run_binding(Binding *bind, Con *con) {