System : Removed unused code

This commit is contained in:
Magne Sjaastad 2016-11-28 16:51:18 +01:00
parent e5e423f3c2
commit 1df60054bd
2 changed files with 0 additions and 18 deletions

View File

@ -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;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------

View File

@ -40,8 +40,6 @@ public:
RiaPreferences(void);
virtual ~RiaPreferences(void);
void configureForRegressionTests();
QStringList tabNames();
public: // Pdm Fields