X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gboxed.test.lisp;h=e2e56e3d67579dc08bfcf0de28a5566d4e221542;hb=f4a3bfdc9f0e05521f936cf32fed6575d3f37a96;hp=255b12a5bba0fd8150552922625271dbd9b6c06a;hpb=bb2442ccde47144bca8ddda6aaeff31a9fc9fcf2;p=cl-gtk2.git diff --git a/gboxed.test.lisp b/gboxed.test.lisp index 255b12a..e2e56e3 100644 --- a/gboxed.test.lisp +++ b/gboxed.test.lisp @@ -1,11 +1,5 @@ (in-package :gobject) -#+nil(define-g-boxed-class "GdkRectangle" rectangle () - (x :int :initform 0) - (y :int :initform 0) - (width :int :initform 0) - (height :int :initform 0)) - (define-foreign-type g-boxed-foreign-type () ((info :initarg :info :accessor g-boxed-foreign-info