mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
telepathyClient: Don't redeclare N_()
It is already defined globally via environment.js. Spotted by eslint. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/606
This commit is contained in:
parent
69725e5d41
commit
9476aa598a
1 changed files with 0 additions and 2 deletions
|
|
@ -40,8 +40,6 @@ var NotificationDirection = {
|
|||
RECEIVED: 'chat-received'
|
||||
};
|
||||
|
||||
var N_ = s => s;
|
||||
|
||||
function makeMessageFromTpMessage(tpMessage, direction) {
|
||||
let [text, flags] = tpMessage.to_text();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue