[gnome-maps/wip/mlundblad/photon-geocode: 9/12] application: Remove instanciation of GeocodeService
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/mlundblad/photon-geocode: 9/12] application: Remove instanciation of GeocodeService
- Date: Mon, 20 May 2019 19:24:52 +0000 (UTC)
commit 888ef36d014c5fc2e9881c5e0f615238017af158
Author: Marcus Lundblad <ml update uu se>
Date: Thu May 2 23:01:42 2019 +0200
application: Remove instanciation of GeocodeService
src/application.js | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index f23adac..6167e3b 100644
--- a/src/application.js
+++ b/src/application.js
@@ -31,7 +31,6 @@ const CheckIn = imports.checkIn;
const ContactPlace = imports.contactPlace;
const Format = imports.format;
const Geoclue = imports.geoclue;
-const GeocodeService = imports.geocodeService;
const MainWindow = imports.mainWindow;
const Maps = imports.gi.GnomeMaps;
const OSMEdit = imports.osmEdit;
@@ -49,7 +48,6 @@ var settings = null;
var placeStore = null;
var routingDelegator = null;
var geoclue = null;
-var geocodeService = null;
var photonGeocode = null;
var networkMonitor = null;
var checkInManager = null;
@@ -232,7 +230,6 @@ var Application = GObject.registerClass({
routeQuery = new RouteQuery.RouteQuery();
routingDelegator = new RoutingDelegator.RoutingDelegator({ query: routeQuery });
geoclue = new Geoclue.Geoclue();
- geocodeService = new GeocodeService.GeocodeService();
photonGeocode = new PhotonGeocode.PhotonGeocode();
networkMonitor = Gio.NetworkMonitor.get_default();
networkMonitor.connect('network-changed',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]