X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=textclient%2Fsrc%2Fcitadel.c;fp=textclient%2Fsrc%2Fcitadel.c;h=bd6f88cbddc8491c81ff3684d977df85a5aa4256;hp=c06f9ff0570e0434a8f56777e7875412d8f862fa;hb=d1dcc57fd3286c9e38b7f15eb2fb047279232628;hpb=4c08058fe6930c4278ee9ec4579d4377ae532000 diff --git a/textclient/src/citadel.c b/textclient/src/citadel.c index c06f9ff05..bd6f88cbd 100644 --- a/textclient/src/citadel.c +++ b/textclient/src/citadel.c @@ -1934,12 +1934,6 @@ NEWUSR: if (IsEmptyStr(rc_password)) { case 73: cli_image_upload(ipc, "_roompic_"); break; - - case 74: - snprintf(aaa, sizeof aaa, "_floorpic_|%d", curr_floor); - cli_image_upload(ipc, aaa); - break; - case 75: enternew(ipc, "roomname", aaa, 20); r = CtdlIPCChangeRoomname(ipc, aaa, bbb);