summaryrefslogtreecommitdiff
path: root/sway/commands/bar/context_button.c
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2018-03-29 22:05:16 -0400
committerDrew DeVault <[email protected]>2018-03-29 22:11:08 -0400
commit741424c4e7811c12d8cca28466f89bd61eaf3a75 (patch)
tree37af2aa063d42bf6ef3bc967bb1a5b6b679abbaf /sway/commands/bar/context_button.c
parent849c3515abff7033dbd4723fd7328cb07af74222 (diff)
Clean up imported bar commands
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");
}