diff --git a/mystic/bbs_common.pas b/mystic/bbs_common.pas index 194a2b6..953b450 100644 --- a/mystic/bbs_common.pas +++ b/mystic/bbs_common.pas @@ -32,8 +32,6 @@ Var Screen : TOutput; Input : TInput; CurRoom : Byte; - NodeMsgFile : File of NodeMsgRec; - NodeMsg : NodeMsgRec; ConfigFile : File of RecConfig; ChatFile : File of ChatRec; RoomFile : File of RoomRec;