]> source.dussan.org Git - vaadin-framework.git/commitdiff
Removed obsolete code.
authorJani Laakso <jani.laakso@itmill.com>
Wed, 7 Feb 2007 19:04:04 +0000 (19:04 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Wed, 7 Feb 2007 19:04:04 +0000 (19:04 +0000)
svn changeset:551/svn branch:toolkit

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

index 49508753cac03a2bb74810c7cbd0cf2421bd3a73..2c490bb2297d816108e6254ea794c918e794114e 100644 (file)
@@ -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");