X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Froutines2.c;h=ab8ec1c21a0a88e95981760e7f574126edb340ba;hb=c06c13be2c225fb46cedd4256e4adeaab9d51cd2;hp=da3ecf11030244a1b36da9fa7407cb9598313e4d;hpb=35c0bb4855efbc0b20aef1933c9e9411efd5205d;p=citadel.git diff --git a/citadel/routines2.c b/citadel/routines2.c index da3ecf110..ab8ec1c21 100644 --- a/citadel/routines2.c +++ b/citadel/routines2.c @@ -548,21 +548,6 @@ void deletefile(CtdlIPC *ipc) err_printf("%s\n", buf); } -/* - * <.A>ide ile 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 ile ove command