X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3bdb723286e3b3b8c704a7c5d1027432cba97789..ccdcde00d9ae27ca20ff6c3c9495918a0ec725aa:/include/wx/matrix.h diff --git a/include/wx/matrix.h b/include/wx/matrix.h index 018362a171..e329c01f24 100644 --- a/include/wx/matrix.h +++ b/include/wx/matrix.h @@ -122,11 +122,7 @@ public: //!code: | -1 0 0 | //!code: matrix' = | 0 -1 0 | x matrix //!code: | 0 0 1 | -#if defined(__WXPM__) wxTransformMatrix& Mirror(bool x=TRUE, bool y=FALSE); -#else - wxTransformMatrix& Mirror(bool x=true, bool y=false); -#endif // Translate by dx, dy: //!ex: //!code: | 1 0 dx |