]> source.dussan.org Git - vaadin-framework.git/commitdiff
removed attribute
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 24 Aug 2007 06:42:27 +0000 (06:42 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 24 Aug 2007 06:42:27 +0000 (06:42 +0000)
svn changeset:2115/svn branch:trunk

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

index 529385b8c09caa902b9104df2bdd3c31de8df31d..66158757e14666e9294f1d783b149b4ad8cdb81f 100644 (file)
@@ -209,11 +209,6 @@ public class SplitPanel extends AbstractComponentContainer implements Layout, Si
         *             if the paint operation failed.
         */
        public void paintContent(PaintTarget target) throws PaintException {
-
-               // Adds the attributes: orientation
-               // note that the default values (b/vertival) are omitted
-               if (orientation == ORIENTATION_HORIZONTAL)
-                       target.addAttribute("orientation", "horizontal");
                
                // TODO refine size attributes
                if(width > 0) {