about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-31 23:22:07 +0100
committerJames Booth <boothj5@gmail.com>2016-05-31 23:22:07 +0100
commit705e3dc7d8e2024d994b5390d26a78b8b21119d8 (patch)
tree123294f8e5565b0cd5be23112d170a94f21bac64
parent383e601f2594d32ac0f0aca8bae5cf9053ceab91 (diff)
downloadprofani-tty-705e3dc7d8e2024d994b5390d26a78b8b21119d8.tar.gz
Remove commented code
-rw-r--r--src/command/cmd_defs.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 036e6c23..eafc6e5b 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -1229,32 +1229,6 @@ static struct cmd_t command_defs[] =
             "/presence room all")
     },
 
-//    { "/statuses",
-//        parse_args, 2, 2, &cons_statuses_setting,
-//        CMD_NOSUBFUNCS
-//        CMD_MAINFUNC(cmd_statuses)
-//        CMD_TAGS(
-//            CMD_TAG_UI,
-//            CMD_TAG_CHAT,
-//            CMD_TAG_GROUPCHAT)
-//        CMD_SYN(
-//            "/statuses console|chat|muc all|online|none")
-//        CMD_DESC(
-//            "Configure which presence changes are displayed in various windows. "
-//            "The default is 'all' for all windows.")
-//        CMD_ARGS(
-//            { "console", "Configure what is displayed in the console window." },
-//            { "chat",    "Configure what is displayed in chat windows." },
-//            { "muc",     "Configure what is displayed in chat room windows." },
-//            { "all",     "Show all presence changes." },
-//            { "online",  "Show only online/offline changes." },
-//            { "none",    "Don't show any presence changes." })
-//        CMD_EXAMPLES(
-//            "/statuses console none",
-//            "/statuses chat online",
-//            "/statuses muc all")
-//    },
-
     { "/wrap",
         parse_args, 1, 1, &cons_wrap_setting,
         CMD_NOSUBFUNCS