mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor: remove empty implementation of updateFilePathsFromProjectPath.
This commit is contained in:
parent
d854a3d3e7
commit
e7ff6f8a7b
@ -299,12 +299,6 @@ void RimFractureTemplateCollection::updateFilePathsFromProjectPath( const QStrin
|
|||||||
{
|
{
|
||||||
for ( RimFractureTemplate* f : m_fractureDefinitions() )
|
for ( RimFractureTemplate* f : m_fractureDefinitions() )
|
||||||
{
|
{
|
||||||
RimStimPlanFractureTemplate* stimPlanFracture = dynamic_cast<RimStimPlanFractureTemplate*>( f );
|
|
||||||
if ( stimPlanFracture )
|
|
||||||
{
|
|
||||||
stimPlanFracture->updateFilePathsFromProjectPath( newProjectPath, oldProjectPath );
|
|
||||||
}
|
|
||||||
|
|
||||||
RimEllipseFractureTemplate* ellipseFracture = dynamic_cast<RimEllipseFractureTemplate*>( f );
|
RimEllipseFractureTemplate* ellipseFracture = dynamic_cast<RimEllipseFractureTemplate*>( f );
|
||||||
if ( ellipseFracture )
|
if ( ellipseFracture )
|
||||||
{
|
{
|
||||||
|
@ -192,16 +192,6 @@ QString RimStimPlanFractureTemplate::fileName()
|
|||||||
return m_stimPlanFileName().path();
|
return m_stimPlanFileName().path();
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
|
||||||
///
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
|
||||||
void RimStimPlanFractureTemplate::updateFilePathsFromProjectPath( const QString& newProjectPath,
|
|
||||||
const QString& oldProjectPath )
|
|
||||||
{
|
|
||||||
// m_stimPlanFileName = RimTools::relocateFile( m_stimPlanFileName(), newProjectPath, oldProjectPath, nullptr,
|
|
||||||
// nullptr );
|
|
||||||
}
|
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
///
|
///
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
@ -61,8 +61,6 @@ public:
|
|||||||
void setFileName( const QString& fileName );
|
void setFileName( const QString& fileName );
|
||||||
QString fileName();
|
QString fileName();
|
||||||
|
|
||||||
void updateFilePathsFromProjectPath( const QString& newProjectPath, const QString& oldProjectPath );
|
|
||||||
|
|
||||||
std::pair<double, double> wellPathDepthAtFractureRange() const override;
|
std::pair<double, double> wellPathDepthAtFractureRange() const override;
|
||||||
QString wellPathDepthAtFractureUiName() const override;
|
QString wellPathDepthAtFractureUiName() const override;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user