removed node display and network parameters from text client
[citadel.git] / textclient / src / routines2.c
index 33f9925005c3f47c4e8d8e966706a5129e1a605e..0862f0120b63deb105feb87a9f615c97eaf71d47 100644 (file)
@@ -69,10 +69,6 @@ int room_prompt(unsigned int qrflags)
        a = '>';
        if (qrflags & QR_DIRECTORY)
                a = ']';
-       if ((a == ']') && (qrflags & QR_NETWORK))
-               a = '}';
-       if ((a == '>') && (qrflags & QR_NETWORK))
-               a = ')';
        return (a);
 }