diff --git a/Src/FdoUi/PhonologicalFeatureEditor.cs b/Src/FdoUi/PhonologicalFeatureEditor.cs index 85e95a4948..bc0048d24d 100644 --- a/Src/FdoUi/PhonologicalFeatureEditor.cs +++ b/Src/FdoUi/PhonologicalFeatureEditor.cs @@ -260,25 +260,30 @@ private void m_tree_TreeLoad(object sender, EventArgs e) { if (m_PhonologicalFeatureTreeManager == null) { - if (!String.IsNullOrEmpty(m_featDefnAbbr)) - { - // Find the feature definition this editor was created to choose options from - var featDefns = from s in m_cache.LangProject.PhFeatureSystemOA.FeaturesOC - where s.Abbreviation.BestAnalysisAlternative.Text == m_featDefnAbbr - select s; - if (featDefns.Any()) - m_closedFeature = featDefns.First() as IFsClosedFeature; - } - - m_PhonologicalFeatureTreeManager = new PhonologicalFeaturePopupTreeManager(m_tree, - m_cache, false, m_mediator, PropTable, - PropTable.GetValue