X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/5f0ccd6298e212bd639c9da39bfdea793daa2140..695510d60b1ce74cd2e298cb2a4fa754cdb15a4a:/gtk/gtkobject.lisp diff --git a/gtk/gtkobject.lisp b/gtk/gtkobject.lisp index cdd4cc0..e88046c 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))