mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove unused function
This commit is contained in:
parent
215fdf6233
commit
4e66cb9b17
@ -800,16 +800,6 @@ cvf::Vec3d RiuViewer::lastPickPositionInDomainCoords() const
|
|||||||
return m_viewerCommands->lastPickPositionInDomainCoords();
|
return m_viewerCommands->lastPickPositionInDomainCoords();
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
|
||||||
///
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
|
||||||
caf::PdmObject* RiuViewer::lastPickedObject() const
|
|
||||||
{
|
|
||||||
CVF_ASSERT(m_viewerCommands);
|
|
||||||
|
|
||||||
return m_viewerCommands->currentPickedObject();
|
|
||||||
}
|
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
///
|
///
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
@ -94,7 +94,6 @@ public:
|
|||||||
void setAxisLabels(const cvf::String& xLabel, const cvf::String& yLabel, const cvf::String& zLabel);
|
void setAxisLabels(const cvf::String& xLabel, const cvf::String& yLabel, const cvf::String& zLabel);
|
||||||
|
|
||||||
cvf::Vec3d lastPickPositionInDomainCoords() const;
|
cvf::Vec3d lastPickPositionInDomainCoords() const;
|
||||||
caf::PdmObject* lastPickedObject() const;
|
|
||||||
|
|
||||||
cvf::OverlayItem* pickFixedPositionedLegend(int winPosX, int winPosY);
|
cvf::OverlayItem* pickFixedPositionedLegend(int winPosX, int winPosY);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user