[gnome-maps] application: trivial cleanup



commit d5e87a5b37969c2f560f9bda31075852da6d006f
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Mar 25 18:57:16 2013 -0400

    application: trivial cleanup

 src/application.js |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 3c5e99c..1e580ec 100644
--- a/src/application.js
+++ b/src/application.js
@@ -35,7 +35,6 @@ const Format = imports.format;
 const MainWindow = imports.mainWindow;
 const Utils = imports.utils;
 const Path = imports.path;
-//const MainToolbar = imports.mainToolbar;
 
 // used globally
 let application = null;
@@ -136,10 +135,6 @@ const Application = new Lang.Class({
 
     _onWindowDestroy: function(window) {
         this._mainWindow = null;
-
-        // clean up signals
-
-        // reset state
-    },
+    }
 });
 Utils.addJSSignalMethods(Application.prototype);


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