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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user