From eccd68292094a2d2cfaa99fb4b384b8f9bf94e87 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Mon, 2 Aug 2021 16:26:54 -0500 Subject: [PATCH] Remove unused ConversationModel#getName --- ts/models/conversations.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ts/models/conversations.ts b/ts/models/conversations.ts index 1a0e93caa..eabc68cfd 100644 --- a/ts/models/conversations.ts +++ b/ts/models/conversations.ts @@ -5000,11 +5000,6 @@ export class ConversationModel extends window.Backbone } } - getName(): string | undefined { - // eslint-disable-next-line no-useless-return - return; - } - pin(): void { if (this.get('isPinned')) { return;