Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/wizard/BugzillaAttachmentWizardPage.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/wizard/BugzillaAttachmentWizardPage.java b/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/wizard/BugzillaAttachmentWizardPage.java
index 8fd6365a8..6dd564d17 100644
--- a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/wizard/BugzillaAttachmentWizardPage.java
+++ b/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/internal/bugzilla/ui/wizard/BugzillaAttachmentWizardPage.java
@@ -233,7 +233,6 @@ public class BugzillaAttachmentWizardPage extends WizardPage {
String type = commentAttribute.getMetaData().getType();
if (type != null) {
commentEditor = factory.createEditor(type, commentAttribute);
- String labelString = commentEditor.getLabel();
if (commentEditor.hasLabel()) {
commentEditor.createLabelControl(attributeArea, toolkit);
if (commentEditor.getLabelControl() != null) {

Back to the top