Index: trunk/src/org/openstreetmap/josm/gui/widgets/JosmComboBox.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/widgets/JosmComboBox.java	(revision 6287)
+++ trunk/src/org/openstreetmap/josm/gui/widgets/JosmComboBox.java	(revision 6288)
@@ -12,5 +12,4 @@
 import java.util.Arrays;
 import java.util.Collection;
-import java.util.Vector;
 
 import javax.accessibility.Accessible;
@@ -99,17 +98,4 @@
         super(items);
         init(findPrototypeDisplayValue(Arrays.asList(items)));
-    }
-
-    /**
-     * Creates a <code>JosmComboBox</code> that contains the elements
-     * in the specified Vector. By default the first item in the vector
-     * (and therefore the data model) becomes selected.
-     *
-     * @param items  an array of vectors to insert into the combo box
-     * @see DefaultComboBoxModel
-     */
-    public JosmComboBox(Vector<?> items) {
-        super(items);
-        init(findPrototypeDisplayValue(items));
     }
     
