ref #7887 Remove grayed value preferences from distributon wizards
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / preference / wizard / AvailableDistributionWizard.java
index dbb1be368cbcbc36e18f591446de8c863baf5a53..7ce575681e98d85259e0b6400a9bb06fe2eb9cc7 100644 (file)
@@ -73,13 +73,11 @@ public class AvailableDistributionWizard extends Wizard implements IConversation
             }
 
             String saveCheckedElements = StringUtils.join(listUIIDChecked, ";"); //$NON-NLS-1$
-            String saveGrayedElements = StringUtils.join(listUIIDGrayed, ";"); //$NON-NLS-1$
            // IPreferenceStore preferenceStore = PreferencesUtil.getPreferenceStore();
             //ToDo, if whole vocabulary is selected, save the vocabulary not all areas
 
            // PreferencesUtil.setPreferredNamedAreasForDistributionEditor(saveCheckedElements, saveGrayedElements, false);
             PreferencesUtil.setStringValue(IPreferenceKeys.DISTRIBUTION_AREA_OCCURENCE_STATUS, saveCheckedElements);
-            PreferencesUtil.setStringValue(IPreferenceKeys.DISTRIBUTION_AREA_OCCURENCE_STATUS_GRAYED, saveGrayedElements);
             return true;
         } else {
             return false;