mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-25 07:14:00 +08:00
chore: remove unused code
This commit is contained in:
parent
7b7b1c86ea
commit
f0441e2b66
1 changed files with 0 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue