From a73b31c1ca88d0cba7365e648e3da70c4124f27e Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 1 Apr 2023 15:53:13 -0700 Subject: Reorganizing the adventure page --- src/names.lisp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/names.lisp') diff --git a/src/names.lisp b/src/names.lisp index 05397a6..e0a4e99 100644 --- a/src/names.lisp +++ b/src/names.lisp @@ -7,11 +7,6 @@ (:documentation "Returns a unique name for an object, or NIL if it does not have one.") (:method ((ob t)) nil)) -(defmethod unique-name ((adventure adventure)) - (title adventure)) - -(defmethod unique-name ((hero hero)) - (name hero)) (defgeneric urlpath (object) -- cgit v1.2.3