diff --git a/utils/uiHelpers/appendLineBreaks.ts b/utils/uiHelpers/appendLineBreaks.ts deleted file mode 100644 index bb6c70217..000000000 --- a/utils/uiHelpers/appendLineBreaks.ts +++ /dev/null @@ -1,12 +0,0 @@ -import { createElement } from "./createElement"; - -/** - * Appends the specified number of breaks (as children) to the specified element - * @param el The element to add child break elements to. - * @param n The number of breaks to add. - */ -export function appendLineBreaks(el: HTMLElement, n: number): void { - for (let i = 0; i < n; ++i) { - el.appendChild(createElement("br")); - } -} diff --git a/utils/uiHelpers/clearSelector.ts b/utils/uiHelpers/clearSelector.ts deleted file mode 100644 index c51f49129..000000000 --- a/utils/uiHelpers/clearSelector.ts +++ /dev/null @@ -1,9 +0,0 @@ -/** - * Clears all