From: Art Cancro Date: Tue, 12 Apr 2016 23:37:56 +0000 (-0400) Subject: Remove the _userpic_ functionality from UIMG , it is useless now X-Git-Tag: Release_902~48 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=17bba3334ee25b4297391b2dd47ad924231e33e2 Remove the _userpic_ functionality from UIMG , it is useless now --- 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);