* Removed some protocol commands and writeups that are no longer necessary
[citadel.git] / citadel / citserver.c
index c721e963cd82fade92b88d3433ddb27381fa60ab..0845f9201bc243b15cd45848b38e1cbae9f8ce1b 100644 (file)
@@ -1181,10 +1181,6 @@ void do_command_loop(void) {
                cmd_scdn(&cmdbuf[5]);
                }
 
-       else if (!strncasecmp(cmdbuf, "NSET", 4)) {
-               cmd_nset(&cmdbuf[5]);
-               }
-
        else if (!strncasecmp(cmdbuf, "UIMG", 4)) {
                cmd_uimg(&cmdbuf[5]);
                }