From 77de92863d6423683019b066f4eacf8f20d46161 Mon Sep 17 00:00:00 2001 From: Sebastian Zoglowek <55794780+zoglo@users.noreply.github.com> Date: Thu, 27 Nov 2025 23:35:47 +0100 Subject: [PATCH] Cleanup built types --- public/types/src/scripts/choices.d.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/types/src/scripts/choices.d.ts b/public/types/src/scripts/choices.d.ts index 0273fa5b..cece4e84 100644 --- a/public/types/src/scripts/choices.d.ts +++ b/public/types/src/scripts/choices.d.ts @@ -200,10 +200,6 @@ declare class Choices { target: HTMLInputElement | HTMLSelectElement; }): void; _onInvalid(): void; - /** - * Removes any highlighted choice options - */ - _removeHighlightedChoices(): void; _highlightChoice(el?: HTMLElement | null): void; _addItem(item: ChoiceFull, withEvents?: boolean, userTriggered?: boolean): void; _removeItem(item: ChoiceFull): void;