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;