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:
parent
e64f943e4c
commit
a584bcfdf6
@ -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 availableDepthRange(double* minimumDepth, double* maximumDepth);
|
||||||
void zoomAllXAndZoomAllDepthOnOwnerPlot();
|
void zoomAllXAndZoomAllDepthOnOwnerPlot();
|
||||||
void alignDepthZoomToPlotAndZoomAllX();
|
|
||||||
void zoomAllXAxis();
|
void zoomAllXAxis();
|
||||||
|
|
||||||
RiuWellLogTrack* viewer();
|
RiuWellLogTrack* viewer();
|
||||||
|
@ -528,7 +528,6 @@ void RiuViewerCommands::handlePickAction(int winPosX, int winPosY, Qt::KeyboardM
|
|||||||
// Delete all curves if no cell is hit
|
// Delete all curves if no cell is hit
|
||||||
mainWnd->timeHistoryPlot()->deleteAllCurves();
|
mainWnd->timeHistoryPlot()->deleteAllCurves();
|
||||||
|
|
||||||
std::vector<RiuSelectionItem*> items;
|
|
||||||
RiuSelectionManager::instance()->deleteAllItems();
|
RiuSelectionManager::instance()->deleteAllItems();
|
||||||
|
|
||||||
m_reservoirView->scheduleCreateDisplayModelAndRedraw();
|
m_reservoirView->scheduleCreateDisplayModelAndRedraw();
|
||||||
|
Loading…
Reference in New Issue
Block a user