removed node display and network parameters from text client
[citadel.git] / textclient / src / include / citadel_ipc.h
index 536c138817a268215b1544bb4038b0aa974b9d03..ab054dd29d63f1695256853d69713ee4bf018934 100644 (file)
@@ -242,8 +242,6 @@ struct ctdlipcmessage {
        char author[SIZ];               /* Sender of message */
        char recipient[SIZ];            /* Recipient of message */
        char room[SIZ];                 /* Originating room */
-       char node[SIZ];                 /* Short nodename of origin system */
-       char hnod[SIZ];                 /* Humannode of origin system */
        struct parts *attachments;      /* Available attachments */
        char *text;                     /* Message text */
        int type;                       /* Message type */