refactor: Remove old code

This commit is contained in:
Lars Toenning
2024-10-06 09:10:44 +02:00
parent 019c7a8b27
commit 7337e89f0c
2 changed files with 0 additions and 5 deletions

View File

@@ -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));