Removed the _floorpic_ infrastructure entirely -- we don't use those anymore.
[citadel.git] / textclient / src / citadel.c
index c06f9ff0570e0434a8f56777e7875412d8f862fa..bd6f88cbddc8491c81ff3684d977df85a5aa4256 100644 (file)
@@ -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);