summaryrefslogtreecommitdiffstats
path: root/include/sway/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r--include/sway/commands.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h
index 982125c1..f992b441 100644
--- a/include/sway/commands.h
+++ b/include/sway/commands.h
@@ -88,8 +88,6 @@ void free_cmd_results(struct cmd_results *results);
88 */ 88 */
89char *cmd_results_to_json(list_t *res_list); 89char *cmd_results_to_json(list_t *res_list);
90 90
91struct cmd_results *add_color(char *buffer, const char *color);
92
93/** 91/**
94 * TODO: Move this function and its dependent functions to container.c. 92 * TODO: Move this function and its dependent functions to container.c.
95 */ 93 */