summaryrefslogtreecommitdiff
path: root/src/names.lisp
diff options
context:
space:
mode:
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)