From 3c86774bda7e43e968a7fec038e6b4463a8bf6eb Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 29 Nov 2022 10:14:41 +0100 Subject: Remove unused function --- src/components/TopBar/TopBarMenu.vue | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') diff --git a/src/components/TopBar/TopBarMenu.vue b/src/components/TopBar/TopBarMenu.vue index 5bc7968d3..bdde7d96a 100644 --- a/src/components/TopBar/TopBarMenu.vue +++ b/src/components/TopBar/TopBarMenu.vue @@ -248,11 +248,6 @@ export default { return t('spreed', 'Fullscreen (F)') }, - conversationHasSettings() { - return this.conversation.type === CONVERSATION.TYPE.GROUP - || this.conversation.type === CONVERSATION.TYPE.PUBLIC - }, - showModerationOptions() { return !this.isOneToOneConversation && this.canModerate }, -- cgit v1.2.3