mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
System : Removed unused code
This commit is contained in:
parent
e5e423f3c2
commit
1df60054bd
@ -220,22 +220,6 @@ QList<caf::PdmOptionItemInfo> RiaPreferences::calculateValueOptions(const caf::P
|
||||
return options;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
/// This function is called as part of the regression test system to make sure the configuration
|
||||
/// for regression tests is consistent
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RiaPreferences::configureForRegressionTests()
|
||||
{
|
||||
useShaders = true;
|
||||
showHud = false;
|
||||
|
||||
autocomputeDepthRelatedProperties = true;
|
||||
loadAndShowSoil = true;
|
||||
|
||||
CVF_ASSERT(readerSettings);
|
||||
readerSettings->importFaults = false;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
@ -40,8 +40,6 @@ public:
|
||||
RiaPreferences(void);
|
||||
virtual ~RiaPreferences(void);
|
||||
|
||||
void configureForRegressionTests();
|
||||
|
||||
QStringList tabNames();
|
||||
|
||||
public: // Pdm Fields
|
||||
|
Loading…
Reference in New Issue
Block a user