mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed unused functions and variables
This commit is contained in:
@@ -266,29 +266,6 @@ void RimWellLogTrack::zoomAllXAndZoomAllDepthOnOwnerPlot()
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimWellLogTrack::alignDepthZoomToPlotAndZoomAllX()
|
||||
{
|
||||
if (m_wellLogTrackPlotWidget)
|
||||
{
|
||||
RimWellLogPlot* wellLogPlot;
|
||||
firstAnchestorOrThisOfType(wellLogPlot);
|
||||
if (wellLogPlot)
|
||||
{
|
||||
double minimumDepth, maximumDepth;
|
||||
wellLogPlot->depthZoomMinMax(&minimumDepth, &maximumDepth);
|
||||
|
||||
m_wellLogTrackPlotWidget->setDepthZoom(minimumDepth, maximumDepth);
|
||||
}
|
||||
|
||||
zoomAllXAxis();
|
||||
|
||||
m_wellLogTrackPlotWidget->replot();
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -58,7 +58,6 @@ public:
|
||||
|
||||
void availableDepthRange(double* minimumDepth, double* maximumDepth);
|
||||
void zoomAllXAndZoomAllDepthOnOwnerPlot();
|
||||
void alignDepthZoomToPlotAndZoomAllX();
|
||||
void zoomAllXAxis();
|
||||
|
||||
RiuWellLogTrack* viewer();
|
||||
|
||||
Reference in New Issue
Block a user