telepathyClient: Remove some more dead code

This commit is contained in:
Florian Müllner 2015-03-17 04:13:25 +01:00
parent b2ae945cf2
commit a25d2dc256

View File

@ -546,7 +546,6 @@ const ChatSource = new Lang.Class({
},
_presenceChanged: function (contact, presence, status, message) {
let title = GLib.markup_escape_text(this.title, -1);
this._notification.update(this._notification.title, null, { customContent: true, secondaryGIcon: this.getSecondaryIcon() });
},