From 08a88ff71e8b5ba97fbb1f09f1b8b5a5370bbaca Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Sat, 10 Mar 2012 03:55:25 -0500 Subject: [PATCH] NodeMsg localization --- mystic/bbs_common.pas | 2 -- 1 file changed, 2 deletions(-) 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;