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

@@ -144,13 +144,6 @@ namespace BlackGui
{
//! Key in data cache
static const char *key() { return "guidockwidget"; }
//! Default value
static const CSettingsDockWidgets &defaultValue()
{
static const CSettingsDockWidgets defaultValue;
return defaultValue;
}
};
} // ns
} // ns