Refactory: removed unnecessary local variables and imports.
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpeclipse / wizards / html / UnknownElementWizardPage.java
index 817451d..11749c4 100644 (file)
@@ -190,7 +190,7 @@ public class UnknownElementWizardPage extends EditElementWizardPage {
                addButton = createButton(parent, "&Add");
                addButton.addSelectionListener(new SelectionListener() {
                        public void widgetSelected(SelectionEvent e) {
-                               int insertIndex = getSelectionIndex();
+                               //int insertIndex = getSelectionIndex();
                                String[] newData = inputValue();
                                if (newData != null) {
                                        attrs.add(newData);