Skip to content

Commit

Permalink
Fix #2950
Browse files Browse the repository at this point in the history
  • Loading branch information
clyne committed Jan 5, 2022
1 parent 745e009 commit ff1e9ce
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/render/ControlExecutive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -532,11 +532,6 @@ void ControlExec::CloseData(string dataSetName)

_paramsMgr->RemoveDataMgr(dataSetName);

// Rebuild the calculation engine from params database after removing
// the data set from the params database.
//
_calcEngineMgr->ReinitFromState();

_calcEngineMgr->Clean();
_dataStatus->Close(dataSetName);

Expand Down

0 comments on commit ff1e9ce

Please sign in to comment.