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

@@ -129,15 +129,7 @@ namespace BlackCore
//! First load is synchronous
static constexpr bool isPinned() { return true; }
//! Default value
static const CVatsimSetup &defaultValue()
{
static const CVatsimSetup gs;
return gs;
}
};
} // ns
} // ns