mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 06:39:13 +02:00
IDE, removed unnecesary comment
git-svn-id: trunk@11753 -
This commit is contained in:
parent
7ecce099a2
commit
160de2c8a3
@ -127,15 +127,6 @@ begin
|
||||
BitBtnOk.Enabled := i > 0;
|
||||
if PreActive then
|
||||
LinkDataset.Active:=True;
|
||||
{
|
||||
PreActive:=LinkDataset.Active;
|
||||
LinkDataset.Active := False;
|
||||
LinkDataset.FieldDefs.Update;
|
||||
i := FillList;
|
||||
BitBtnOk.Enabled := i > 0;
|
||||
if PreActive then
|
||||
LinkDataset.Active:=True;
|
||||
}
|
||||
end;
|
||||
|
||||
constructor TFieldsListFrm.Create(AOwner: TComponent; ADataset: TDataset;
|
||||
|
Loading…
Reference in New Issue
Block a user