[gnome-documents] notifications: Remove unused code



commit 15c4b87f0709220851d91f6c743b4bf657e22065
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Feb 10 16:01:44 2014 +0100

    notifications: Remove unused code
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724037

 src/notifications.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/notifications.js b/src/notifications.js
index a32e353..762dd55 100644
--- a/src/notifications.js
+++ b/src/notifications.js
@@ -83,7 +83,6 @@ const PrintNotification = new Lang.Class({
 
         let status = this._printOp.get_status();
         let fraction = this._printOp.get_progress();
-       let name = this._printOp.get_job_name();
        status = _("Printing ā€œ%sā€: %s").format(this._doc.name, status);
 
         this._statusLabel.set_text(status);


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