X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fcontext.h;h=65c7515f4f184265e8bb443f6b2ca747bfe9add6;hp=37ce184061791cad5179b058cda0e97209dab51e;hb=58c77aea1dda7b206b900bafb9278237456ef737;hpb=25220160fc09e185bbf9f13f7565bb568cc5a463 diff --git a/citadel/context.h b/citadel/context.h index 37ce18406..65c7515f4 100644 --- a/citadel/context.h +++ b/citadel/context.h @@ -113,11 +113,6 @@ struct CitContext { int disable_exp; /* Set to 1 to disable incoming pages */ int newmail; /* Other sessions increment this */ - /* Masqueraded values in the 'who is online' list */ - char fake_username[USERNAME_SIZE]; - char fake_hostname[64]; - char fake_roomname[ROOMNAMELEN]; - /* Preferred MIME formats */ char preferred_formats[256]; int msg4_dont_decode;