mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor : Remove unused functions (#8128)
This commit is contained in:
@@ -83,7 +83,7 @@ void RimGeoMechPart::fieldChangedByUi( const caf::PdmFieldHandle* changedField,
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimGeoMechPart::setDisplacements( std::vector<cvf::Vec3f>& displacements )
|
||||
void RimGeoMechPart::setDisplacements( const std::vector<cvf::Vec3f>& displacements )
|
||||
{
|
||||
m_displacements = displacements;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user