From 17bba3334ee25b4297391b2dd47ad924231e33e2 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 12 Apr 2016 19:37:56 -0400 Subject: [PATCH] Remove the _userpic_ functionality from UIMG , it is useless now --- citadel/modules/ctdlproto/serv_file.c | 7 ------- 1 file changed, 7 deletions(-) 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); -- 2.30.2