]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.c
* Applied matt's patch for making +/- work properly
[citadel.git] / citadel / citadel.c
index 5dca5cceeb0e233efc73564a75fe267e20c9d3b1..f8eb4e142421306df5da44bd73e29b6001efe36a 100644 (file)
@@ -768,16 +768,6 @@ void  gotoroomstep(CtdlIPC *ipc, int direction, int mode)
        char rmname[ROOMNAMELEN];
        int rmslot = 0;
        int rmtotal;
-       struct ctdlroom *attr = NULL;
-
-       /* Fetch the existing room config */
-       r = CtdlIPCGetRoomAttributes(ipc, &attr, buf);
-       if (r / 100 != 2) {
-               scr_printf("%s\n", buf);
-               return;
-       }
-       strcpy (room_name , attr->QRname); 
-       free(attr);
 
        /* Ask the server for a room list */
        r = CtdlIPCKnownRooms(ipc, SubscribedRooms, (-1), &listing, buf);