X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7742598f08a0ff574c12294b426ea27bd7ccbdb0..bd1e9c12b18a09228ddfb94c386677f686ce08b4:/src/common/gdicmn.cpp diff --git a/src/common/gdicmn.cpp b/src/common/gdicmn.cpp index e658746045..53a1a34117 100644 --- a/src/common/gdicmn.cpp +++ b/src/common/gdicmn.cpp @@ -89,8 +89,6 @@ bool wxRect::operator==(const wxRect& rect) const (height == rect.height)); } -// this doesn't compile -#if 0 const wxRect& wxRect::operator += (const wxRect& rect) { *this = (*this + rect); @@ -113,7 +111,6 @@ bool wxRect::Inside(int cx, int cy) const && ((cx - x) < width) ); } -#endif wxColourDatabase::wxColourDatabase (int type) : wxList (type) {