summaryrefslogtreecommitdiff
path: root/Lisp/data-types.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'Lisp/data-types.lisp')
-rw-r--r--Lisp/data-types.lisp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lisp/data-types.lisp b/Lisp/data-types.lisp
index 6be92d3..164bf1b 100644
--- a/Lisp/data-types.lisp
+++ b/Lisp/data-types.lisp
@@ -166,7 +166,6 @@ a suitable class method instead as you would in Objective-C.
(defclass objective-c-class (standard-class c-pointer-wrapper)
((registered-p :type boolean
:accessor foreign-class-registered-p
- :initform nil
:documentation
"Whether the class has been registered with the Objective-C runtime.")))