Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'rpmstubby/org.eclipse.linuxtools.rpmstubby/src/org/eclipse/linuxtools/rpmstubby/preferences/StubbyPreferencePage.java')
-rw-r--r--rpmstubby/org.eclipse.linuxtools.rpmstubby/src/org/eclipse/linuxtools/rpmstubby/preferences/StubbyPreferencePage.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/rpmstubby/org.eclipse.linuxtools.rpmstubby/src/org/eclipse/linuxtools/rpmstubby/preferences/StubbyPreferencePage.java b/rpmstubby/org.eclipse.linuxtools.rpmstubby/src/org/eclipse/linuxtools/rpmstubby/preferences/StubbyPreferencePage.java
index 58db324eea..6f962750c5 100644
--- a/rpmstubby/org.eclipse.linuxtools.rpmstubby/src/org/eclipse/linuxtools/rpmstubby/preferences/StubbyPreferencePage.java
+++ b/rpmstubby/org.eclipse.linuxtools.rpmstubby/src/org/eclipse/linuxtools/rpmstubby/preferences/StubbyPreferencePage.java
@@ -40,8 +40,6 @@ public class StubbyPreferencePage extends FieldEditorPreferencePage implements
addField(new BooleanFieldEditor(
PreferenceConstants.P_STUBBY_INTERACTIVE,
"Stubby interactive mode", getFieldEditorParent()));
- addField(new BooleanFieldEditor(PreferenceConstants.P_STUBBY_WITH_GCJ,
- "Add GCJ support to the specfile", getFieldEditorParent()));
addField(new BooleanFieldEditor(
PreferenceConstants.P_STUBBY_WITH_FETCH_SCRIPT,
"Include a fetch script", getFieldEditorParent()));

Back to the top