diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/commands.h | 2 |
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); */ char *cmd_results_to_json(list_t *res_list); -struct cmd_results *add_color(char *buffer, const char *color); - /** * TODO: Move this function and its dependent functions to container.c. */ |