]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/gdicmn.cpp
just to resolve a dummy conflict
[wxWidgets.git] / src / common / gdicmn.cpp
index e65874604560321c832f72555337d9c62421dba8..53a1a341179f67e18adf3522870d13c7d893f3c7 100644 (file)
@@ -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)
 {