diff --git a/cl-chipmunk.asd b/cl-chipmunk.asd index c408aac..89825a9 100644 --- a/cl-chipmunk.asd +++ b/cl-chipmunk.asd @@ -1,6 +1,5 @@ (in-package :cl-user) - (defpackage :cl-chipmunk.def (:use :cl :asdf)) diff --git a/space.lisp b/space.lisp index ee8254f..f984ca2 100644 --- a/space.lisp +++ b/space.lisp @@ -1,6 +1,5 @@ (in-package :cl-chipmunk) - (defun cp-space-new () (with-float-traps-masked (%chip:cp-space-new)))