Skip to content

Commit

Permalink
remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
davazp committed Oct 12, 2010
1 parent 68a22cd commit d89ec1e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions cl-icalendar.lisp
Expand Up @@ -20,14 +20,6 @@

(in-package :cl-icalendar)

(define-standard-component calendar (vcalendar)
nil
(:default-initargs :name "VCALENDAR"))

(defclass calendar (vcalendar)
nil
(:metaclass component-class))

(defun read-vcalendar (stream &optional (vendor *vendor*))
(read-component-class 'vcalendar stream vendor))

Expand Down
1 change: 0 additions & 1 deletion parameters.lisp
Expand Up @@ -53,7 +53,6 @@
(typep x 'parameter-table))

(defun list-parameters (object)
(declare (type ptable-designator object))
(let ((parameter-table (parameter-table object)))
(if (null parameter-table)
nil
Expand Down

0 comments on commit d89ec1e

Please sign in to comment.