From 79f45b51f74b2c8828bdc0d025b7253293054c76 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Tue, 3 Oct 2023 00:19:21 +1100 Subject: Removing a duplicate useless definition --- bom.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/bom.el b/bom.el index 313b25a..eedc5ca 100644 --- a/bom.el +++ b/bom.el @@ -164,8 +164,6 @@ We use the description of the first root as the state name." (defun bom-format-state-lists-html () (bom-org-to-html (bom-format-state-lists-org))) -(defun bom-format-state-lists-html ()) - (defun bom-serve (path) "Serve based on PATH." (setq path (substring path 1)) -- cgit v1.2.3