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

@@ -806,7 +806,6 @@ GUI_CMN_SRC =
src/common/lboxcmn.cpp
src/common/listctrlcmn.cpp
src/common/markupparser.cpp
src/common/matrix.cpp
src/common/menucmn.cpp
src/common/modalhook.cpp
src/common/mousemanager.cpp
@@ -1101,7 +1100,6 @@ GUI_CMN_HDR =
wx/listbook.h
wx/listbox.h
wx/listctrl.h
wx/matrix.h
wx/mdi.h
wx/menu.h
wx/menuitem.h