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.