[gnome-maps/wip/mlundblad/replace-notifications] application: Remove initialization of NotificationManager



commit c959072abda4a57c3b39e5993b62fc42c26c3359
Author: Marcus Lundblad <ml update uu se>
Date:   Fri May 25 22:53:23 2018 +0200

    application: Remove initialization of NotificationManager

 src/application.js | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 7bd767d..6105d71 100644
--- a/src/application.js
+++ b/src/application.js
@@ -34,7 +34,6 @@ const Geoclue = imports.geoclue;
 const GeocodeService = imports.geocodeService;
 const MainWindow = imports.mainWindow;
 const Maps = imports.gi.GnomeMaps;
-const NotificationManager = imports.notificationManager;
 const OSMEdit = imports.osmEdit;
 const OSMTypeSearchEntry = imports.osmTypeSearchEntry;
 const PlaceStore = imports.placeStore;
@@ -47,7 +46,6 @@ const Utils = imports.utils;
 var application = null;
 var settings = null;
 var placeStore = null;
-var notificationManager = null;
 var routingDelegator = null;
 var geoclue = null;
 var geocodeService = null;
@@ -257,7 +255,6 @@ var Application = GObject.registerClass({
             return;
 
         let overlay = new Gtk.Overlay({ visible: true, can_focus: false });
-        notificationManager = new NotificationManager.NotificationManager(overlay);
         this._mainWindow = new MainWindow.MainWindow({ application: this,
                                                        overlay: overlay });
         this._mainWindow.connect('destroy', () => this._onWindowDestroy());


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