mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 03:09:32 +02:00
LCL: clean up
git-svn-id: trunk@28338 -
This commit is contained in:
parent
91890786fe
commit
38fb9f15de
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user