X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..24c7767fc8e093be0f0790c78daeb12b4e58579b:/include/wx/gdicmn.h diff --git a/include/wx/gdicmn.h b/include/wx/gdicmn.h index 7976c78ecc..1057dc55ed 100644 --- a/include/wx/gdicmn.h +++ b/include/wx/gdicmn.h @@ -275,11 +275,6 @@ public: wxPoint& operator-=(const wxPoint& p) { x -= p.x; y -= p.y; return *this; } }; -#if WXWIN_COMPATIBILITY - #define wxIntPoint wxPoint - #define wxRectangle wxRect -#endif // WXWIN_COMPATIBILITY - // --------------------------------------------------------------------------- // wxRect // ---------------------------------------------------------------------------