Removed commented code
authorDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Sat, 1 Aug 2009 15:58:07 +0000 (19:58 +0400)
committerDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Sat, 1 Aug 2009 15:58:07 +0000 (19:58 +0400)
gboxed.test.lisp

index 255b12a..e2e56e3 100644 (file)
@@ -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