mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
telepathyClient: Remove some dead code
This has been unused ever since we stopped logging presence changes in
commit 4448b65a18 ...
This commit is contained in:
parent
681861c8c7
commit
b2ae945cf2
1 changed files with 1 additions and 7 deletions
|
|
@ -546,14 +546,8 @@ const ChatSource = new Lang.Class({
|
|||
},
|
||||
|
||||
_presenceChanged: function (contact, presence, status, message) {
|
||||
let msg, title;
|
||||
|
||||
title = GLib.markup_escape_text(this.title, -1);
|
||||
|
||||
let title = GLib.markup_escape_text(this.title, -1);
|
||||
this._notification.update(this._notification.title, null, { customContent: true, secondaryGIcon: this.getSecondaryIcon() });
|
||||
|
||||
if (message)
|
||||
msg += ' <i>(' + GLib.markup_escape_text(message, -1) + ')</i>';
|
||||
},
|
||||
|
||||
_pendingRemoved: function(channel, message) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue