diff options
Diffstat (limited to 'packages/app/src/context')
| -rw-r--r-- | packages/app/src/context/platform.tsx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/app/src/context/platform.tsx b/packages/app/src/context/platform.tsx index e260c1977..7aa6c6554 100644 --- a/packages/app/src/context/platform.tsx +++ b/packages/app/src/context/platform.tsx @@ -57,12 +57,6 @@ export type Platform = { /** Set the default server URL to use on app startup (platform-specific) */ setDefaultServerUrl?(url: string | null): Promise<void> | void - /** Get the configured WSL integration (desktop only) */ - getWslEnabled?(): Promise<boolean> - - /** Set the configured WSL integration (desktop only) */ - setWslEnabled?(config: boolean): Promise<void> | void - /** Get the preferred display backend (desktop only) */ getDisplayBackend?(): Promise<DisplayBackend | null> | DisplayBackend | null |
