]> source.dussan.org Git - vaadin-framework.git/commitdiff
Removed (Component,float) constructor which can be easily mixed up with (Component...
authorArtur Signell <artur.signell@itmill.com>
Mon, 20 Oct 2008 12:19:33 +0000 (12:19 +0000)
committerArtur Signell <artur.signell@itmill.com>
Mon, 20 Oct 2008 12:19:33 +0000 (12:19 +0000)
svn changeset:5675/svn branch:trunk

src/com/itmill/toolkit/ui/OrderedLayout.java

index 9f5cfa86e89538b1fadad94677328626fbfbae6f..f14ff5756ca1c3f346cdd5c5cbbdf2062a1f0219 100644 (file)
@@ -106,17 +106,6 @@ public class OrderedLayout extends AbstractLayout implements
         requestRepaint();
     }
 
-    /**
-     * TODO
-     * 
-     * @param c
-     * @param expandRatio
-     */
-    public void addComponent(Component c, float expandRatio) {
-        addComponent(c);
-        setExpandRatio(c, expandRatio);
-    }
-
     /**
      * Adds a component into this container. The component is added to the left
      * or on top of the other components.