Do not mess with dive location automatically

This might be what the user wanted, but also might not
be it. So wait for the user to request it manually.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-06-22 16:09:15 -03:00 committed by Dirk Hohndel
parent 35a4ef88be
commit 7071bf0e23
2 changed files with 0 additions and 6 deletions

View file

@ -1542,9 +1542,6 @@ void MainWindow::loadFiles(const QStringList fileNames)
addRecentFile(fileNames);
removeRecentFile(failedParses);
// searches for geo lookup information in a thread so it doesn`t
// freezes the ui.
ReverseGeoLookupThread::instance()->start();
refreshDisplay();
ui.actionAutoGroup->setChecked(autogroup);