Clean up imported bar commands

This commit is contained in:
Drew DeVault 2018-03-29 22:05:16 -04:00
parent 849c3515ab
commit 741424c4e7
23 changed files with 104 additions and 136 deletions

View file

@ -3,7 +3,6 @@
#include "log.h"
struct cmd_results *bar_cmd_context_button(int argc, char **argv) {
const char *cmd_name = "context_button";
// TODO TRAY
return cmd_results_new(CMD_INVALID, cmd_name, "TODO TRAY");
return cmd_results_new(CMD_INVALID, "context_button", "TODO TRAY");
}