* Removed unused local var.

git-svn-id: trunk@10652 -
This commit is contained in:
yury 2008-04-13 16:19:16 +00:00
parent 20a12503b8
commit f82028ec50

View File

@ -579,7 +579,7 @@ procedure TWriter.WriteChildren(Component : TComponent);
Var
SRoot, SRootA : TComponent;
SList : TStringList;
SPos,SPosA : Integer;
SPos : Integer;
I : Integer;
begin
@ -590,7 +590,6 @@ begin
SRootA:=FRootAncestor;
SList:=FAncestors;
SPos:=FCurrentPos;
SPosA:=FAncestorPos;
try
FAncestors:=Nil;
FCurrentPos:=0;