aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-10-03 00:19:21 +1100
committerYuchen Pei <id@ypei.org>2023-10-03 00:19:21 +1100
commit79f45b51f74b2c8828bdc0d025b7253293054c76 (patch)
tree3e41021848b3989189e01fc06b41f9cc85754a1e
parentc30ae3e43facb855f6839a9724d4b35b4c95025d (diff)
Removing a duplicate useless definition
-rw-r--r--bom.el2
1 files changed, 0 insertions, 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))