1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 07:13:32 +00:00

Remove unused method (#5821)

This commit is contained in:
Oscar Hinton
2023-07-14 12:20:40 +02:00
committed by GitHub
parent c086444fc5
commit 62575336d5
2 changed files with 0 additions and 16 deletions

View File

@@ -65,9 +65,4 @@ export abstract class EnvironmentService {
getUrls: () => Urls;
isCloud: () => boolean;
isEmpty: () => boolean;
/**
* @remarks For desktop and browser use only.
* For web, use PlatformUtilsService.isSelfHost()
*/
isSelfHosted: () => boolean;
}