mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 21:45:34 +08:00
Issue #74 Fix CCoreFacadeConfig::allEmpty so it really means "all empty"
This commit is contained in:
@@ -77,7 +77,6 @@ namespace BlackCore
|
||||
CCoreFacadeConfig CCoreFacadeConfig::allEmpty()
|
||||
{
|
||||
CCoreFacadeConfig cfg = CCoreFacadeConfig();
|
||||
cfg.m_audio = CCoreFacadeConfig::Local;
|
||||
return cfg;
|
||||
}
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user