diff options
author | nicm <nicm> | 2014-10-20 22:44:30 +0000 |
---|---|---|
committer | nicm <nicm> | 2014-10-20 22:44:30 +0000 |
commit | f5bc85591a1f7c26bf030f5781d63985b2ee4d23 (patch) | |
tree | bb5bec227cdad5e97024a6df28fea0bb530a897a /cmd-list-commands.c | |
parent | 7afe417a60a3b80ba16cd758b62e3f500350fb3e (diff) | |
download | rtmux-f5bc85591a1f7c26bf030f5781d63985b2ee4d23.tar.gz rtmux-f5bc85591a1f7c26bf030f5781d63985b2ee4d23.tar.bz2 rtmux-f5bc85591a1f7c26bf030f5781d63985b2ee4d23.zip |
Move list-commands into list-keys.
Diffstat (limited to 'cmd-list-commands.c')
-rw-r--r-- | cmd-list-commands.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cmd-list-commands.c b/cmd-list-commands.c index 520feccb..3caaebb2 100644 --- a/cmd-list-commands.c +++ b/cmd-list-commands.c @@ -26,14 +26,6 @@ enum cmd_retval cmd_list_commands_exec(struct cmd *, struct cmd_q *); -const struct cmd_entry cmd_list_commands_entry = { - "list-commands", "lscm", - "", 0, 0, - "", - 0, - cmd_list_commands_exec -}; - enum cmd_retval cmd_list_commands_exec(unused struct cmd *self, struct cmd_q *cmdq) { |