mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3512 System : Remove unused functions
This commit is contained in:
@@ -112,14 +112,6 @@ void RicExportFishbonesLateralsFeature::onActionTriggered(bool isChecked)
|
||||
RiaLogging::info("Completed export of Fishbones well path laterals to : " + fileName);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RicExportFishbonesLateralsFeature::formatNumber(double val, int numberOfDecimals)
|
||||
{
|
||||
return QString("%1").arg(val, 0, 'f', numberOfDecimals);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -50,6 +50,5 @@ protected:
|
||||
virtual bool isCommandEnabled() override;
|
||||
|
||||
private:
|
||||
static QString formatNumber(double val, int numberOfDecimals);
|
||||
static RimFishbonesCollection* selectedFishbonesCollection();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user