[gnome-maps/wip/mlundblad/photon-geocode: 7/10] application: Remove instanciation of GeocodeService



commit 23773d464de749d6e2c650dbc1a570aced6dbbbb
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 9cba29c..053a44e 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;
@@ -48,7 +47,6 @@ var settings = null;
 var placeStore = null;
 var routingDelegator = null;
 var geoclue = null;
-var geocodeService = null;
 var networkMonitor = null;
 var checkInManager = null;
 var contactStore = null;
@@ -230,7 +228,6 @@ var Application = GObject.registerClass({
         routeQuery       = new RouteQuery.RouteQuery();
         routingDelegator = new RoutingDelegator.RoutingDelegator({ query: routeQuery });
         geoclue          = new Geoclue.Geoclue();
-        geocodeService   = new GeocodeService.GeocodeService();
         networkMonitor   = Gio.NetworkMonitor.get_default();
         networkMonitor.connect('network-changed',
                                this._checkNetwork.bind(this));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]