Przeglądaj źródła

Removed faulty generate ahnentafel

Samuel W. Flint 9 lat temu
rodzic
commit
8ddefd9c5f
1 zmienionych plików z 0 dodań i 7 usunięć
  1. 0 7
      ahnentafel.lisp

+ 0 - 7
ahnentafel.lisp

@@ -4,13 +4,6 @@
 
 ;;; "ahnentafel" goes here. Hacks and glory await!
 
-(defun generate-ahnentafel (starting-person number-of-generations &optional (num 1))
-  (let* ((person (get-person starting-person))
-         (birth (get-birth starting-person))
-         (father (:/father birth))
-         (mother (:/mother birth)))
-    ()))
-
 (defun generate-ahnentafel-numbers (starting-person number-of-generations)
   (flet ((get-father (person)
            (:/father (get-birth person)))