]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gdicmn.h
fixed bug in DeleteEntry()
[wxWidgets.git] / include / wx / gdicmn.h
index 7976c78ecc1382e039d849f5733f40ebf8508a0f..1057dc55ed63520f0a5769dbdad0a863ad6e76b0 100644 (file)
@@ -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
 // ---------------------------------------------------------------------------