summaryrefslogtreecommitdiff
path: root/src/queries.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/queries.lisp')
-rw-r--r--src/queries.lisp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/queries.lisp b/src/queries.lisp
index c657979..1816c5c 100644
--- a/src/queries.lisp
+++ b/src/queries.lisp
@@ -13,10 +13,6 @@
"Return a list of campaigns one of the players' heroes is involved in."
(mapcar #'campaign (player-quests player) ))
-(defun campaign-heroes (campaign)
- ""
- )
-
(defun campaign-heros (campaign &key (activep t))
"All the heros actively involved in this CAMPAIGN. If ACTIVEP, then
only the active quest(s) are considered, otherwise all quests are considered."