merge-update of trunk and disabling GUI-Control separation
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / description / DescriptionDetailElement.java
index 946aa45701440be2a72441dc54c0cba750913de3..d79ad1f4eeef1bdda6bf597f09c8f01e7dad6824 100644 (file)
@@ -65,9 +65,8 @@ public class DescriptionDetailElement extends AbstractCdmDetailElement<Descripti
                }
                else if(eventSource == selection_featureTree){
                        FeatureTree featureTree = selection_featureTree.getSelection();
-                       //FIXME:3.3MC---- 
-                       //getEntity().setDescriptiveSystem(featureTree.getDistinctFeatures());
-                       //FIXME:3.3MC----
+                       //descriptive system is not available anymore since v3.3 
+//                     getEntity().setDescriptiveSystem(featureTree.getDistinctFeatures());
                }
        }
 }