mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
System : Removed unused functions
This commit is contained in:
@@ -108,25 +108,6 @@ RigGeoMechWellLogExtractor* RimWellLogPlotCollection::findOrCreateExtractor(RimW
|
||||
return extractor.p();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimWellLogPlot* RimWellLogPlotCollection::wellLogPlotFromViewer(RiuWellLogPlot* viewer) const
|
||||
{
|
||||
CVF_ASSERT(viewer);
|
||||
|
||||
for (size_t pIdx = 0; pIdx < wellLogPlots.size(); pIdx++)
|
||||
{
|
||||
RimWellLogPlot* wellLogPlot = wellLogPlots[pIdx];
|
||||
if (wellLogPlot->viewer() == viewer)
|
||||
{
|
||||
return wellLogPlot;
|
||||
}
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user