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
@ -40,8 +40,6 @@ var NotificationDirection = {
|
||||
RECEIVED: 'chat-received'
|
||||
};
|
||||
|
||||
var N_ = s => s;
|
||||
|
||||
function makeMessageFromTpMessage(tpMessage, direction) {
|
||||
let [text, flags] = tpMessage.to_text();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user