diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-08-30 08:46:18 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-08-30 08:49:44 +0200 |
commit | 1dae49c90d62d7f0f627e1ac2401b94a2c67775a (patch) | |
tree | 5d3ace1e9b4615f5970855a195d656a8ba51610e /facetracknoir | |
parent | 8b08d5800354a5dcedfd7811447ea76e09c31d03 (diff) |
ui: no need to reset settings on tracking start
Diffstat (limited to 'facetracknoir')
-rw-r--r-- | facetracknoir/ui.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/facetracknoir/ui.cpp b/facetracknoir/ui.cpp index 0c104553..32ca3e4b 100644 --- a/facetracknoir/ui.cpp +++ b/facetracknoir/ui.cpp @@ -234,8 +234,6 @@ void MainWindow::reload_options() } void MainWindow::startTracker() { - load_settings(); - // tracker dtor needs run first work = nullptr; |