Skip to content

Commit

Permalink
Fix LT-21894: Revert restriction of Export Phonology (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmaxwell3 authored Sep 3, 2024
1 parent e57ddf4 commit 8251810
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 63 deletions.
53 changes: 0 additions & 53 deletions Src/xWorks/GrammarExportDialog.cs

This file was deleted.

7 changes: 0 additions & 7 deletions Src/xWorks/RecordClerk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1193,13 +1193,6 @@ public bool OnExport(object argument)
dlg.ShowDialog();
}
}
else if (areaChoice == "grammar")
{
using (var dlg = new GrammarExportDialog(m_mediator, m_propertyTable))
{
dlg.ShowDialog();
}
}
else
{
// It's somewhat unfortunate that this bit of code knows what classes can have custom fields.
Expand Down
3 changes: 0 additions & 3 deletions Src/xWorks/xWorks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,6 @@
<Compile Include="ConfigurableDictionaryNode.cs" />
<Compile Include="ConfiguredLcmGenerator.cs" />
<Compile Include="DictConfigModelExt.cs" />
<Compile Include="GrammarExportDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="HeadWordNumbersController.cs" />
<Compile Include="HeadWordNumbersDlg.cs">
<SubType>Form</SubType>
Expand Down

0 comments on commit 8251810

Please sign in to comment.