summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJani Laakso <jani.laakso@itmill.com>2007-02-07 19:04:04 +0000
committerJani Laakso <jani.laakso@itmill.com>2007-02-07 19:04:04 +0000
commita965ce8dfe01c9debbe9eaee9fa14f9fe10f9d18 (patch)
treecdbf7ae64097fa664ad6469a4a818e89bc0933f4 /src
parent67bf82fd66362b69cad6b08077932fb279bc5f38 (diff)
downloadvaadin-framework-a965ce8dfe01c9debbe9eaee9fa14f9fe10f9d18.tar.gz
vaadin-framework-a965ce8dfe01c9debbe9eaee9fa14f9fe10f9d18.zip
Removed obsolete code.
svn changeset:551/svn branch:toolkit
Diffstat (limited to 'src')
-rw-r--r--src/com/itmill/toolkit/ui/Select.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/itmill/toolkit/ui/Select.java b/src/com/itmill/toolkit/ui/Select.java
index 49508753ca..2c490bb229 100644
--- a/src/com/itmill/toolkit/ui/Select.java
+++ b/src/com/itmill/toolkit/ui/Select.java
@@ -256,8 +256,6 @@ public class Select extends AbstractField implements Container,
else
selectedKeys = new String[(getValue() == null
&& getNullSelectionItemId() == null ? 0 : 1)];
- String[] selectedCaptions;
- selectedCaptions = new String[selectedKeys.length];
// Paint options and create array of selected id keys
target.startTag("options");