Remove defaultValue where not needed
This commit is contained in:
Klaus Basan
2016-06-08 16:46:03 +02:00
parent d44cacd97d
commit 2a99bed0cd
8 changed files with 2 additions and 138 deletions

View File

@@ -32,13 +32,6 @@ namespace BlackMisc
{
//! Defer loading
static constexpr bool isDeferred() { return true; }
//! Default value
static const BlackMisc::Simulation::CAircraftModelList &defaultValue()
{
static const BlackMisc::Simulation::CAircraftModelList ml;
return ml;
}
};
//! \name Caches for own models on disk, loaded by BlackMisc::Simulation::IAircraftModelLoader