diff --git a/emain/emain.ts b/emain/emain.ts index 02854cb27..99ad22541 100644 --- a/emain/emain.ts +++ b/emain/emain.ts @@ -25,7 +25,6 @@ import { import { log } from "./emain-log"; import { makeAppMenu, makeDockTaskbar } from "./emain-menu"; import { - callWithOriginalXdgCurrentDesktopAsync, checkIfRunningUnderARM64Translation, getElectronAppBasePath, getElectronAppUnpackedBasePath, @@ -36,14 +35,13 @@ import { unamePlatform, } from "./emain-platform"; import { ensureHotSpareTab, setMaxTabCacheSize } from "./emain-tabview"; -import { getIsWaveSrvDead, getWaveSrvProc, getWaveSrvReady, getWaveVersion, runWaveSrv } from "./emain-wavesrv"; +import { getIsWaveSrvDead, getWaveSrvProc, getWaveSrvReady, runWaveSrv } from "./emain-wavesrv"; import { createBrowserWindow, createNewWaveWindow, focusedWaveWindow, getAllWaveWindows, getWaveWindowById, - getWaveWindowByWebContentsId, getWaveWindowByWorkspaceId, registerGlobalHotkey, relaunchBrowserWindows, diff --git a/frontend/app/element/notification.scss b/frontend/app/element/notification.scss deleted file mode 100644 index e69de29bb..000000000 diff --git a/frontend/app/element/notification.tsx b/frontend/app/element/notification.tsx deleted file mode 100644 index e69de29bb..000000000 diff --git a/frontend/app/store/wshrpcutil.ts b/frontend/app/store/wshrpcutil.ts index 224b8a201..8ed436180 100644 --- a/frontend/app/store/wshrpcutil.ts +++ b/frontend/app/store/wshrpcutil.ts @@ -3,7 +3,7 @@ import { wpsReconnectHandler } from "@/app/store/wps"; import { TabClient } from "@/app/store/tabrpcclient"; -import { makeTabRouteId, WshRouter } from "@/app/store/wshrouter"; +import { WshRouter } from "@/app/store/wshrouter"; import { getWSServerEndpoint } from "@/util/endpoints"; import { addWSReconnectHandler, globalWS, initGlobalWS, WSControl } from "./ws"; import { DefaultRouter, setDefaultRouter } from "./wshrpcutil-base";