remove unused function

This commit is contained in:
Robin Scholtes 2023-07-24 12:10:13 +12:00
parent e40df1fec0
commit 7967bd4f08

View file

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