chiark
/
gitweb
/
~mdw
/
clg
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Duplicate definitions removed
[clg]
/
gtk
/
gtkobject.lisp
diff --git
a/gtk/gtkobject.lisp
b/gtk/gtkobject.lisp
index cdd4cc08fcf030cdcb0ba34c0a4475f1203c1df5..e88046c39f12c60eecf4c312d8fded30108a4a01 100644
(file)
--- 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.
;; 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.3
2 2006-02-26 15:22:0
7 espen Exp $
+;; $Id: gtkobject.lisp,v 1.3
3 2006-02-28 16:34:3
7 espen Exp $
(in-package "GTK")
(in-package "GTK")
@@
-121,12
+121,6
@@
(defmethod compute-effective-slot-definition-initargs ((class child-class) direc
(call-next-method))
(call-next-method)))
(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))
(defmethod initialize-internal-slot-functions ((slotd effective-child-slot-definition))
(let ((type (slot-definition-type slotd))