Removed unused variable

This commit is contained in:
mysticbbs 2012-07-14 15:04:43 -04:00
parent d9e78661d3
commit 5408dc49d1
1 changed files with 1 additions and 2 deletions

View File

@ -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;