From c745991a9a93682d9e12f5bcac68561f43a3ef6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Tue, 2 Mar 2021 14:58:40 +0100 Subject: [PATCH] Remove duplicate supportsMultiLanguageSpellCheck() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/vector/platform/WebPlatform.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/vector/platform/WebPlatform.ts b/src/vector/platform/WebPlatform.ts index aaa6ff4eba..9f9f4a3995 100644 --- a/src/vector/platform/WebPlatform.ts +++ b/src/vector/platform/WebPlatform.ts @@ -46,14 +46,6 @@ export default class WebPlatform extends VectorBasePlatform { return 'Web Platform'; // no translation required: only used for analytics } - /** - * Return true if platform supports multi-language - * spell-checking, otherwise false. - */ - supportsMultiLanguageSpellCheck(): boolean { - return false; - } - /** * Returns true if the platform supports displaying * notifications, otherwise false.