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

@@ -1766,9 +1766,6 @@
9A178ED42D96329D8CBF9B89 /* tif_predict.c in Sources */ = {isa = PBXBuildFile; fileRef = 2FA01C426EAF38D3B9ED35AC /* tif_predict.c */; };
9A178ED42D96329D8CBF9B8A /* tif_predict.c in Sources */ = {isa = PBXBuildFile; fileRef = 2FA01C426EAF38D3B9ED35AC /* tif_predict.c */; };
9A178ED42D96329D8CBF9B8B /* tif_predict.c in Sources */ = {isa = PBXBuildFile; fileRef = 2FA01C426EAF38D3B9ED35AC /* tif_predict.c */; };
9A83D365AD1F37FA9C7030C2 /* matrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EF330EAACFA53877BE289896 /* matrix.cpp */; };
9A83D365AD1F37FA9C7030C3 /* matrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EF330EAACFA53877BE289896 /* matrix.cpp */; };
9A83D365AD1F37FA9C7030C4 /* matrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EF330EAACFA53877BE289896 /* matrix.cpp */; };
9B3F9D04FB533D99B58BD519 /* jfdctfst.c in Sources */ = {isa = PBXBuildFile; fileRef = 029486D6A2EC3DE0902A6A24 /* jfdctfst.c */; };
9B3F9D04FB533D99B58BD51A /* jfdctfst.c in Sources */ = {isa = PBXBuildFile; fileRef = 029486D6A2EC3DE0902A6A24 /* jfdctfst.c */; };
9B3F9D04FB533D99B58BD51B /* jfdctfst.c in Sources */ = {isa = PBXBuildFile; fileRef = 029486D6A2EC3DE0902A6A24 /* jfdctfst.c */; };
@@ -4757,7 +4754,6 @@
EEADAA811BBF3CBBB9E254FD /* xh_split.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = xh_split.cpp; path = ../../src/xrc/xh_split.cpp; sourceTree = "<group>"; };
EED7C691150139EFA35E8EBD /* utils_osx.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = utils_osx.cpp; path = ../../src/osx/utils_osx.cpp; sourceTree = "<group>"; };
EEE82083BFA430D5B58F8A04 /* regfree.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = regfree.c; path = ../../src/regex/regfree.c; sourceTree = "<group>"; };
EF330EAACFA53877BE289896 /* matrix.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = matrix.cpp; path = ../../src/common/matrix.cpp; sourceTree = "<group>"; };
F01DDE448E4C3983ACCE67FD /* appcmn.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = appcmn.cpp; path = ../../src/common/appcmn.cpp; sourceTree = "<group>"; };
F0905A1EBD653F6D82395602 /* xh_combo.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = xh_combo.cpp; path = ../../src/xrc/xh_combo.cpp; sourceTree = "<group>"; };
F175D6E8E5723FC797701275 /* menucmn.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = menucmn.cpp; path = ../../src/common/menucmn.cpp; sourceTree = "<group>"; };
@@ -5533,7 +5529,6 @@
9660AE8FEB7B3EDB857B9238 /* lboxcmn.cpp */,
E1B1FBB2BCC43BA7A45E9438 /* listctrlcmn.cpp */,
DA7F7633279936EFA0B9C5CF /* markupparser.cpp */,
EF330EAACFA53877BE289896 /* matrix.cpp */,
F175D6E8E5723FC797701275 /* menucmn.cpp */,
58E7C516E2453A269280A404 /* modalhook.cpp */,
D037EA567C253DEEA17E822B /* mousemanager.cpp */,
@@ -7748,7 +7743,6 @@
CFF73578F04D357E83D1D832 /* lboxcmn.cpp in Sources */,
164010B26D363F5FA09785B8 /* listctrlcmn.cpp in Sources */,
2F7F5B9BBCD83D90B237A1A2 /* markupparser.cpp in Sources */,
9A83D365AD1F37FA9C7030C4 /* matrix.cpp in Sources */,
E3A4615870B139D29FE727C3 /* menucmn.cpp in Sources */,
171F09F8DD553FA5B4B3FAE4 /* modalhook.cpp in Sources */,
BD49EC50CB363642BDBF25CA /* mousemanager.cpp in Sources */,
@@ -8426,7 +8420,6 @@
CFF73578F04D357E83D1D831 /* lboxcmn.cpp in Sources */,
164010B26D363F5FA09785B7 /* listctrlcmn.cpp in Sources */,
2F7F5B9BBCD83D90B237A1A1 /* markupparser.cpp in Sources */,
9A83D365AD1F37FA9C7030C3 /* matrix.cpp in Sources */,
E3A4615870B139D29FE727C2 /* menucmn.cpp in Sources */,
171F09F8DD553FA5B4B3FAE3 /* modalhook.cpp in Sources */,
BD49EC50CB363642BDBF25C9 /* mousemanager.cpp in Sources */,
@@ -9657,7 +9650,6 @@
CFF73578F04D357E83D1D830 /* lboxcmn.cpp in Sources */,
164010B26D363F5FA09785B6 /* listctrlcmn.cpp in Sources */,
2F7F5B9BBCD83D90B237A1A0 /* markupparser.cpp in Sources */,
9A83D365AD1F37FA9C7030C2 /* matrix.cpp in Sources */,
E3A4615870B139D29FE727C1 /* menucmn.cpp in Sources */,
171F09F8DD553FA5B4B3FAE2 /* modalhook.cpp in Sources */,
BD49EC50CB363642BDBF25C8 /* mousemanager.cpp in Sources */,