Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove NetFX-specific dead code from DWriteForwarder compilation #10641

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<CLCompile Include="$(WpfSharedDir)\cpp\dwriteloader.cpp" />
<CLCompile Include="$(WpfSharedDir)\cpp\Utils.cxx" />
<CLCompile Include="main.cpp" />
<CLCompile Include="OtherAssemblyAttrs.cpp" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

#include "CPP/precomp.hxx"
#include <shlwapi.h>
#include "Utils.hxx" // from shared\inc
#include "dwriteloader.h" // from shared\inc

// This is how these files are declared in truetype.cpp.
Expand Down
137 changes: 0 additions & 137 deletions src/Microsoft.DotNet.Wpf/src/Shared/cpp/Utils.cxx

This file was deleted.

17 changes: 0 additions & 17 deletions src/Microsoft.DotNet.Wpf/src/Shared/inc/Utils.hxx

This file was deleted.