Deprecate wxTransformMatrix to prepare for its removal later

This class is redundant with wxAffineMatrix2D, which is actually used by
the library itself and documented, so it gets to stay, while this one is
scheduled for removal.

Closes https://github.com/wxWidgets/wxWidgets/pull/2083

Closes #13114.
This commit is contained in:
Vadim Zeitlin
2020-10-11 17:24:24 +02:00
parent b6cff426ce
commit fcc0e48ade
3 changed files with 23 additions and 5 deletions

View File

@@ -217,7 +217,9 @@
#include <wx/longlong.h>
#include <wx/lzmastream.h>
#include <wx/math.h>
/* Intentionally excluded to avoid deprecation warnings.
#include <wx/matrix.h>
*/
#include <wx/mdi.h>
#include <wx/mediactrl.h>
#include <wx/memconf.h>