diff --git a/mystic/mis.pas b/mystic/mis.pas index 3032dbe..21eafcd 100644 --- a/mystic/mis.pas +++ b/mystic/mis.pas @@ -482,8 +482,7 @@ Const WinTitle = 'Mystic Internet Server'; Var - Count : Integer; - Started : Boolean; + Count : Integer; Begin {$IFDEF UNIX} DaemonMode := Pos('-D', strUpper(ParamStr(1))) > 0;