mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
refactor: Remove old code
This commit is contained in:
@@ -74,10 +74,6 @@ void SwiftGuiStd::init()
|
||||
m_mwaLogComponent = ui->comp_MainInfoArea->getLogComponent();
|
||||
sGui->initMainApplicationWidget(this);
|
||||
|
||||
// experimental: avoid mic flickering
|
||||
// disabled for 5.14.1
|
||||
// if (CBuildConfig::isLocalDeveloperDebugBuild()) { BlackSound::occupyAudioInputDevice(); }
|
||||
|
||||
// log messages
|
||||
m_logHistoryForStatus.setFilter(CLogPattern().withSeverityAtOrAbove(CStatusMessage::SeverityInfo));
|
||||
m_logHistoryForOverlay.setFilter(CLogPattern().withSeverityAtOrAbove(CStatusMessage::SeverityError));
|
||||
|
||||
Reference in New Issue
Block a user