whole bunch of cleanups so we build
authordrewc <drewc@tech.coop>
Tue, 21 Jun 2005 10:48:29 +0000 (03:48 -0700)
committerdrewc <drewc@tech.coop>
Tue, 21 Jun 2005 10:48:29 +0000 (03:48 -0700)
darcs-hash:20050621104829-39164-2300ee2103ef36ac2567fd562c8865b716351af6.gz

src/mewa/slot-presentations.lisp

index 6e46f0d..fce3887 100644 (file)
@@ -85,7 +85,6 @@
       (when (ucw::parent slot) 
        (setf (component.place pres) (component.place (ucw::parent slot))))
       (when i (<ucw:render-component :component pres))))
       (when (ucw::parent slot) 
        (setf (component.place pres) (component.place (ucw::parent slot))))
       (when i (<ucw:render-component :component pres))))
-      ))
 
 
 
 
 
 
   "hack around m-v-b"
   (multiple-value-bind (s h f) (meta-model:explode-has-many instance (slot-name slot))
     (list s h f)))
   "hack around m-v-b"
   (multiple-value-bind (s h f) (meta-model:explode-has-many instance (slot-name slot))
     (list s h f)))
-((jci (get-join-class-info slot instance))
-        (class (first jci))
-        (home (second jci))
-        (foreign (third jci)))
 
 (defaction add-to-has-many ((slot has-many-slot-presentation) instance)
   (destructuring-bind (class home foreign) 
 
 (defaction add-to-has-many ((slot has-many-slot-presentation) instance)
   (destructuring-bind (class home foreign) 
-      (maxwell-web-gui::multiple-value-funcall #'meta-model:explode-has-many instance (slot-name slot))
+      (multiple-value-funcall #'meta-model:explode-has-many instance (slot-name slot))
     (let ((new (make-instance class)))
       (setf (slot-value new foreign) (slot-value instance home))
       (meta-model:sync-instance new)
     (let ((new (make-instance class)))
       (setf (slot-value new foreign) (slot-value instance home))
       (meta-model:sync-instance new)