[gnome-documents] notifications: Remove unused code
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] notifications: Remove unused code
- Date: Tue, 11 Feb 2014 07:49:55 +0000 (UTC)
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]