From a46a26bc7fe821a4d6d73835a2ffb1be3da698d4 Mon Sep 17 00:00:00 2001 From: CatLover <152669316+catloversg@users.noreply.github.com> Date: Sun, 8 Dec 2024 22:21:55 +0700 Subject: [PATCH] Remove unused code --- src/@types/global.d.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/@types/global.d.ts b/src/@types/global.d.ts index 6c99f3be30..670eb9e44b 100644 --- a/src/@types/global.d.ts +++ b/src/@types/global.d.ts @@ -60,9 +60,3 @@ module "monaco-vim" { }; }; } - -declare interface Navigator { - keyboard?: { - getLayoutMap?: () => Promise>; - }; -}