diff --git a/desktop-widgets/mainwindow.cpp b/desktop-widgets/mainwindow.cpp
index e1ef641dc..2143663e8 100644
--- a/desktop-widgets/mainwindow.cpp
+++ b/desktop-widgets/mainwindow.cpp
@@ -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();
diff --git a/desktop-widgets/mainwindow.ui b/desktop-widgets/mainwindow.ui
index dcd1e2bd5..4cf4437fe 100644
--- a/desktop-widgets/mainwindow.ui
+++ b/desktop-widgets/mainwindow.ui
@@ -93,8 +93,6 @@
-
-
@@ -741,11 +739,6 @@
Facebook
-
-
- Add GPS location here
-
-
Take cloud storage online