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:
Florian Müllner 2019-06-29 14:34:46 +02:00 committed by Georges Basile Stavracas Neto
parent 69725e5d41
commit 9476aa598a

View File

@ -40,8 +40,6 @@ var NotificationDirection = {
RECEIVED: 'chat-received'
};
var N_ = s => s;
function makeMessageFromTpMessage(tpMessage, direction) {
let [text, flags] = tpMessage.to_text();