summaryrefslogtreecommitdiff
path: root/src/names.lisp
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-04-01 15:53:13 -0700
committercolin <colin@cicadas.surf>2023-04-01 15:53:13 -0700
commita73b31c1ca88d0cba7365e648e3da70c4124f27e (patch)
treec66e46b115a2f3881922a5109d242f913dc23d99 /src/names.lisp
parentcc10599f1531e18998fd8a6d80f8b17846699d63 (diff)
Reorganizing the adventure page
Diffstat (limited to 'src/names.lisp')
-rw-r--r--src/names.lisp5
1 files changed, 0 insertions, 5 deletions
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)