summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-12-03 22:23:08 +0100
committerStanislaw Halik <sthalik@misaki.pl>2017-12-04 12:19:26 +0100
commitb256886a5cb9f2ae3ebda70a2045b19ed9f4233e (patch)
tree4fa1e46de224cf834a05824dc1eb86001bdb3300 /gui
parente89709a801e7874bc02c66848c638c6a0ccc85c1 (diff)
api: add status check for modules
Diffstat (limited to 'gui')
-rw-r--r--gui/main-window.cpp4
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;
}