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 */