From b256886a5cb9f2ae3ebda70a2045b19ed9f4233e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 3 Dec 2017 22:23:08 +0100 Subject: api: add status check for modules --- gui/main-window.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gui/main-window.cpp') 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; } -- cgit v1.2.3