mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #656, MS review items https://dev.vatsim-germany.org/issues/656#note-4
Remove defaultValue where not needed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user