Ver código fonte

* Too much committed

git-svn-id: trunk@41749 -
michael 6 anos atrás
pai
commit
a0c433b171
1 arquivos alterados com 0 adições e 4 exclusões
  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;