* Removed the completely redunant function get_mm()
[citadel.git] / citadel / room_ops.c
index 9a2a11ad039f37dd3bd84ccfe3cdc7c57a66899a..8174dc97833b485950a786a05e1fbf3d99ed2b34 100644 (file)
@@ -847,7 +847,6 @@ void usergoto(char *where, int display_result, int transiently,
                info = 1;
        }
 
-       get_mm();
         cdbfr = cdb_fetch(CDB_MSGLISTS, &CC->room.QRnumber, sizeof(long));
         if (cdbfr != NULL) {
                msglist = (long *) cdbfr->ptr;