* Removed the NETF command and the UI elements which call it. We haven't had the...
[citadel.git] / citadel / routines2.c
index da3ecf11030244a1b36da9fa7407cb9598313e4d..ab8ec1c21a0a88e95981760e7f574126edb340ba 100644 (file)
@@ -548,21 +548,6 @@ void deletefile(CtdlIPC *ipc)
        err_printf("%s\n", buf);
 }
 
-/*
- * <.A>ide <F>ile <S>end command
- */
-void netsendfile(CtdlIPC *ipc)
-{
-       char filename[32], destsys[20], buf[256];
-
-       newprompt("Filename: ", filename, 31);
-       if (IsEmptyStr(filename))
-               return;
-       newprompt("System to send to: ", destsys, 19);
-       CtdlIPCNetSendFile(ipc, filename, destsys, buf);
-       err_printf("%s\n", buf);
-       return;
-}
 
 /*
  * <.A>ide <F>ile <M>ove command