Skip to content

Commit

Permalink
obsolete nodehelp control (#11660)
Browse files Browse the repository at this point in the history
* obsolete old control

* remove nodeHelpPromptControl
keep test for dictionary

Co-authored-by: michael kirschner <[email protected]>
  • Loading branch information
mjkkirschner and mjkkirschner authored May 6, 2021
1 parent 661413a commit 8f3af94
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 138 deletions.
9 changes: 0 additions & 9 deletions src/DynamoCoreWpf/DynamoCoreWpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,6 @@
<Compile Include="UI\Prompts\GenericTaskDialog.xaml.cs">
<DependentUpon>GenericTaskDialog.xaml</DependentUpon>
</Compile>
<Compile Include="UI\Prompts\NodeHelpPrompt.xaml.cs">
<DependentUpon>NodeHelpPrompt.xaml</DependentUpon>
</Compile>
<Compile Include="UI\Prompts\UsageReportingAgreementPrompt.xaml.cs">
<DependentUpon>UsageReportingAgreementPrompt.xaml</DependentUpon>
</Compile>
Expand Down Expand Up @@ -1023,12 +1020,6 @@
<SubType>Designer</SubType>
</Page>
</ItemGroup>
<ItemGroup>
<Page Include="UI\Prompts\NodeHelpPrompt.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
</ItemGroup>
<ItemGroup>
<Page Include="UI\Prompts\PresetOverwritePrompt.xaml">
<Generator>MSBuild:Compile</Generator>
Expand Down
81 changes: 0 additions & 81 deletions src/DynamoCoreWpf/UI/Prompts/NodeHelpPrompt.xaml

This file was deleted.

48 changes: 0 additions & 48 deletions src/DynamoCoreWpf/UI/Prompts/NodeHelpPrompt.xaml.cs

This file was deleted.

0 comments on commit 8f3af94

Please sign in to comment.