Browse Source

* Too much committed

git-svn-id: trunk@41749 -
michael 6 years ago
parent
commit
a0c433b171
1 changed files with 0 additions and 4 deletions
  1. 0 4
      packages/fcl-report/src/fpreportdb.pp

+ 0 - 4
packages/fcl-report/src/fpreportdb.pp

@@ -64,11 +64,7 @@ begin
     FDataset.RemoveFreeNotification(Self);
   FDataSet:=AValue;
   if Assigned(FDataset) then
-    begin
     FDataset.FreeNotification(Self);
-//    if FDataset.Active then
-//      InitFieldDefs;
-    end;
 end;
 
 function TFPReportDatasetData.GetIsOpened: boolean;