Issue #74 Fix CCoreFacadeConfig::allEmpty so it really means "all empty"

This commit is contained in:
Mat Sutcliffe
2020-08-16 15:26:29 +01:00
parent 2f22904540
commit 8ce3fe7178

View File

@@ -77,7 +77,6 @@ namespace BlackCore
CCoreFacadeConfig CCoreFacadeConfig::allEmpty()
{
CCoreFacadeConfig cfg = CCoreFacadeConfig();
cfg.m_audio = CCoreFacadeConfig::Local;
return cfg;
}
} // namespace