mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove an async delete child objects operation
This commit is contained in:
@@ -42,7 +42,7 @@ RimGridCrossPlotCollection::~RimGridCrossPlotCollection() {}
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimGridCrossPlotCollection::deleteAllChildObjects()
|
||||
{
|
||||
m_gridCrossPlots.deleteAllChildObjectsAsync();
|
||||
m_gridCrossPlots.deleteAllChildObjects();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user