]> code.citadel.org Git - citadel.git/commitdiff
* Removed some redundant code
authorArt Cancro <ajc@citadel.org>
Fri, 16 Jan 2009 20:18:18 +0000 (20:18 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 16 Jan 2009 20:18:18 +0000 (20:18 +0000)
citadel/rooms.c

index 29e5dbe96f13fff03ef1f01201e3e30be538338c..19cfb9f0163763e1517fadf0619af8eed11674bc 100644 (file)
@@ -625,11 +625,6 @@ void editthisroom(CtdlIPC *ipc)
                }
        } while (r / 100 != 2);
 
-       /* FIXME: Duplicate code??? */
-       if (!strcasecmp(raide, "none")) {
-               strcpy(raide, "");
-       }
-
        /* Angels and demons dancing in my head... */
        do {
                snprintf(buf, sizeof buf, "%d", attr->QRep.expire_mode);