core: remove unused isBeta() function from installation module

pull/12272/head
Ryan Vogel 2026-02-05 08:05:20 -05:00
parent 39845695ba
commit d7766bc6eb
1 changed files with 0 additions and 4 deletions

View File

@ -53,10 +53,6 @@ export namespace Installation {
return CHANNEL !== "latest"
}
export function isBeta() {
return CHANNEL === "beta"
}
export function isLocal() {
return CHANNEL === "local"
}