From: Dmitry Kalyanov Date: Sat, 1 Aug 2009 15:58:07 +0000 (+0400) Subject: Removed commented code X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=121c3776fdb34f9415c9e7c0f950d2ec930d0316;p=cl-gtk2.git Removed commented code --- 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