LCL: clean up

git-svn-id: trunk@28338 -
This commit is contained in:
mattias 2010-11-19 09:37:30 +00:00
parent 91890786fe
commit 38fb9f15de

View File

@ -2657,7 +2657,7 @@ end;
procedure TCustomGrid.SetRowCount(AValue: Integer);
var
OldR, OldC, NewColCount: Integer;
OldR, NewColCount: Integer;
begin
OldR := FRows.Count;
if AValue<>OldR then begin