Get rid of unused wxTransformMatrix

As it is stated in matrix.cpp wxTransformMatrix was intended to be used
in wxDC to replace the basic system of scaling/translation but actually
it was never used.
Because applying affine transformations can be done with wxAffineMatrix2D
and wxDC::SetTransformMatrix() we can get rid of this dead code.

Closes #13114.
This commit is contained in:
Artur Wieczorek 2020-10-06 18:22:39 +02:00
parent 96eb09a383
commit 3e88df56f5
17 changed files with 0 additions and 988 deletions

View file

@ -541,7 +541,6 @@
<ClCompile Include="..\..\src\common\lboxcmn.cpp" />
<ClCompile Include="..\..\src\common\listctrlcmn.cpp" />
<ClCompile Include="..\..\src\common\markupparser.cpp" />
<ClCompile Include="..\..\src\common\matrix.cpp" />
<ClCompile Include="..\..\src\common\menucmn.cpp" />
<ClCompile Include="..\..\src\common\modalhook.cpp" />
<ClCompile Include="..\..\src\common\mousemanager.cpp" />
@ -1338,7 +1337,6 @@
<ClInclude Include="..\..\include\wx\listbook.h" />
<ClInclude Include="..\..\include\wx\listbox.h" />
<ClInclude Include="..\..\include\wx\listctrl.h" />
<ClInclude Include="..\..\include\wx\matrix.h" />
<ClInclude Include="..\..\include\wx\mdi.h" />
<ClInclude Include="..\..\include\wx\menu.h" />
<ClInclude Include="..\..\include\wx\menuitem.h" />