diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/main-window.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gui/main-window.cpp b/gui/main-window.cpp index 87a7ad8e..b0f26cbe 100644 --- a/gui/main-window.cpp +++ b/gui/main-window.cpp @@ -506,10 +506,6 @@ void MainWindow::start_tracker_() if (!work->is_ok()) { - QMessageBox::warning(this, tr("Library load error"), - tr("One of libraries failed to load. Check installation."), - QMessageBox::Ok, - QMessageBox::NoButton); work = nullptr; return; } |