Manual revert of commit 9295b3aa37

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-11-15 20:37:35 +09:00
parent 1f19abdd4f
commit c564e06d4e
2 changed files with 0 additions and 12 deletions

View file

@ -205,11 +205,6 @@ MainWindow::MainWindow() : QMainWindow(),
#endif
enableDisableCloudActions();
GpsLocation *locationProvider = new GpsLocation(&report_message, this);
if (!locationProvider->hasLocationsSource()) {
ui.menuFile->removeAction(ui.add_GPS_location_here);
}
ui.mainErrorMessage->hide();
graphics()->setEmptyState();
initialUiSetup();