refactor: Remove unused function

This commit is contained in:
Lars Toenning
2024-12-23 13:20:43 +01:00
parent a866b7e75a
commit 7527ef2526
4 changed files with 0 additions and 17 deletions

View File

@@ -25,7 +25,6 @@ int main(int argc, char *argv[])
QApplication qa(argc, argv);
Q_UNUSED(qa) // application init needed
// initWindowsAudioDevices();
CCrashHandler::instance()->init();
// at shutdown the whole application will be "deleted" outside the block