X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fctdlproto%2Fserv_file.c;fp=citadel%2Fmodules%2Fctdlproto%2Fserv_file.c;h=e780a703a3a4a0e55a379f7c2ff39f8b0e79451b;hb=17bba3334ee25b4297391b2dd47ad924231e33e2;hp=46e6959b7edd6c0a2438f48485cfe1a6ea5410f4;hpb=511b0e88d2bec08e0e119fdda1051fff3542c001;p=citadel.git diff --git a/citadel/modules/ctdlproto/serv_file.c b/citadel/modules/ctdlproto/serv_file.c index 46e6959b7..e780a703a 100644 --- a/citadel/modules/ctdlproto/serv_file.c +++ b/citadel/modules/ctdlproto/serv_file.c @@ -398,13 +398,6 @@ void cmd_uimg(char *cmdbuf) basenm); } - if (!strcasecmp(basenm, "_userpic_")) { - snprintf(CC->upl_path, sizeof CC->upl_path, - "%s/%ld.gif", - ctdl_usrpic_dir, - CC->user.usernum); - } - if ((!strcasecmp(basenm, "_floorpic_")) && (CC->user.axlevel >= AxAideU)) { which_floor = extract_int(cmdbuf, 2);