From 10cd4754fd5b1e30e46bfdeb0ad43901b6fbd449 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 17 Feb 2021 21:34:20 +0900 Subject: リファクタ等 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/os.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/client/os.ts') diff --git a/src/client/os.ts b/src/client/os.ts index 95dcd3eb65..59ee3617e1 100644 --- a/src/client/os.ts +++ b/src/client/os.ts @@ -9,9 +9,6 @@ import { resolve } from '@/router'; import { $i } from '@/account'; import { defaultStore } from '@/store'; -const ua = navigator.userAgent.toLowerCase(); -export const isMobile = /mobile|iphone|ipad|android/.test(ua); - export const stream = markRaw(new Stream()); export const pendingApiRequestsCount = ref(0); -- cgit v1.2.3-freya