From a8228fd18ce330f8d8631aef92acfae7f2bb18c1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 31 Jan 2012 19:39:43 +0000 Subject: [PATCH] Remove duplicate wxPoint2DInt operator declarations. No real changes, just remove the redundant declarations. Closes #13900. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/geometry.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/wx/geometry.h b/include/wx/geometry.h index 8e41705704..00e19d6c28 100644 --- a/include/wx/geometry.h +++ b/include/wx/geometry.h @@ -88,12 +88,9 @@ inline wxPoint2DInt operator+(const wxPoint2DInt& pt1 , const wxPoint2DInt& pt2) inline wxPoint2DInt operator-(const wxPoint2DInt& pt1 , const wxPoint2DInt& pt2); inline wxPoint2DInt operator*(const wxPoint2DInt& pt1 , const wxPoint2DInt& pt2); inline wxPoint2DInt operator*(wxInt32 n , const wxPoint2DInt& pt); -inline wxPoint2DInt operator*(wxInt32 n , const wxPoint2DInt& pt); -inline wxPoint2DInt operator*(const wxPoint2DInt& pt , wxInt32 n); inline wxPoint2DInt operator*(const wxPoint2DInt& pt , wxInt32 n); inline wxPoint2DInt operator/(const wxPoint2DInt& pt1 , const wxPoint2DInt& pt2); inline wxPoint2DInt operator/(const wxPoint2DInt& pt , wxInt32 n); -inline wxPoint2DInt operator/(const wxPoint2DInt& pt , wxInt32 n); inline wxPoint2DInt::wxPoint2DInt() {