From 7967bd4f0885e61f240bc4e122b44330da914d80 Mon Sep 17 00:00:00 2001 From: Robin Scholtes Date: Mon, 24 Jul 2023 12:10:13 +1200 Subject: [PATCH] remove unused function --- src/web/components/c-category-li.mjs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/web/components/c-category-li.mjs b/src/web/components/c-category-li.mjs index 6b01572f..799657b6 100644 --- a/src/web/components/c-category-li.mjs +++ b/src/web/components/c-category-li.mjs @@ -134,15 +134,6 @@ export class CCategoryLi extends HTMLElement { return div; }; - /** - * Append a c-operation-li to this op-list - * - * @param {HTMLElement} cOperationLiElement - */ - appendOperation(cOperationLiElement) { - this.querySelector('li > div > ul').appendChild(cOperationLiElement); - } - /** * If this category is Favourites, build and return the star icon to the category */