From 63ad2486ac49f0b9bc949586d34ba54de9e26d26 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Fri, 24 Aug 2007 06:42:27 +0000 Subject: [PATCH] removed attribute svn changeset:2115/svn branch:trunk --- src/com/itmill/toolkit/ui/SplitPanel.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/com/itmill/toolkit/ui/SplitPanel.java b/src/com/itmill/toolkit/ui/SplitPanel.java index 529385b8c0..66158757e1 100644 --- a/src/com/itmill/toolkit/ui/SplitPanel.java +++ b/src/com/itmill/toolkit/ui/SplitPanel.java @@ -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) { -- 2.39.5