[gnome-maps] notification: Remove unused Type const



commit a9ab836fba3310bae62ef0e7e917fa9f32886f43
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Wed Apr 23 15:28:02 2014 +0200

    notification: Remove unused Type const
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727706

 src/notification.js |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/notification.js b/src/notification.js
index 6e3e1d6..cab1339 100644
--- a/src/notification.js
+++ b/src/notification.js
@@ -79,6 +79,3 @@ const Plain = new Lang.Class({
         this._ui.body.add(label);
     }
 });
-
-const Type = {};
-


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