X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/b0d780810275d5081dc9bae774a6510b5a62a502..31e113a14dc426ab4cfa625e4cf7fcee79f8fafe:/gtk/gtkobject.lisp diff --git a/gtk/gtkobject.lisp b/gtk/gtkobject.lisp index a469b91..02871be 100644 --- a/gtk/gtkobject.lisp +++ b/gtk/gtkobject.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: gtkobject.lisp,v 1.32 2006/02/26 15:22:07 espen Exp $ +;; $Id: gtkobject.lisp,v 1.33 2006/02/28 16:34:37 espen Exp $ (in-package "GTK") @@ -121,12 +121,6 @@ (defmethod compute-effective-slot-definition-initargs ((class child-class) direc (call-next-method)) (call-next-method))) -(progn - #+cmu(declaim (optimize (inhibit-warnings 3))) - #+sbcl(declaim (muffle-conditions compiler-note)) - (defun %container-child-get-property (parent child pname gvalue)) - (defun %container-child-set-property (parent child pname gvalue))) - (defmethod initialize-internal-slot-functions ((slotd effective-child-slot-definition)) (let ((type (slot-definition-type slotd))