chore: remove unused code

This commit is contained in:
Miodec 2024-08-05 12:26:45 +02:00
parent 7b7b1c86ea
commit f0441e2b66

View file

@ -370,10 +370,6 @@ export function showCrown(type: PbCrown.CrownType): void {
PbCrown.update(type);
}
export function updateCrownType(type: PbCrown.CrownType): void {
PbCrown.update(type);
}
export async function updateCrown(dontSave: boolean): Promise<void> {
if (Config.mode === "quote" || dontSave) {
hideCrown();