* Removed the NETF command and the UI elements which call it. We haven't had the...
[citadel.git] / citadel / citserver.c
index dbed6366a606240de8e007114c5ec61b24d964b2..a78e60113674b8eaac7003eb3418d2d331ab2954 100644 (file)
@@ -1292,10 +1292,6 @@ void do_command_loop(void) {
                cmd_movf(&cmdbuf[5]);
        }
 
-       else if (!strncasecmp(cmdbuf,"NETF",4)) {
-               cmd_netf(&cmdbuf[5]);
-       }
-
        else if (!strncasecmp(cmdbuf,"OPEN",4)) {
                cmd_open(&cmdbuf[5]);
        }