summaryrefslogtreecommitdiff
path: root/sway/commands/bar/context_button.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/bar/context_button.c')
-rw-r--r--sway/commands/bar/context_button.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sway/commands/bar/context_button.c b/sway/commands/bar/context_button.c
index e6d17f10..3b76885a 100644
--- a/sway/commands/bar/context_button.c
+++ b/sway/commands/bar/context_button.c
@@ -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");
}