From 9518f18560285cbeb66269a0cd88e7ff6146aee9 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 17 Feb 2008 12:23:07 +0100 Subject: Implement ENSURE-OBJECTIVE-C-CLASS-PAIR. darcs-hash:ea08a0dcdbed287c1c1e09124a2cb0650a6b52ad --- Lisp/data-types.lisp | 1 - 1 file changed, 1 deletion(-) (limited to 'Lisp/data-types.lisp') 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."))) -- cgit v1.2.3