From 2dda386424185c3b72bc5f64f644f071b4a45221 Mon Sep 17 00:00:00 2001
From: Robin Dunn <robin@alldunn.com>
Date: Wed, 11 Oct 2006 23:48:21 +0000
Subject: [PATCH] Size property conflicts with Size() method

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 wxPython/src/_image.i | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wxPython/src/_image.i b/wxPython/src/_image.i
index 04650a8d31..43bec0c1c2 100644
--- a/wxPython/src/_image.i
+++ b/wxPython/src/_image.i
@@ -1046,8 +1046,8 @@ range -1.0..1.0 where -1.0 is -360 degrees and 1.0 is 360 degrees", "");
     %property(MaskBlue, GetMaskBlue, doc="See `GetMaskBlue`");
     %property(MaskGreen, GetMaskGreen, doc="See `GetMaskGreen`");
     %property(MaskRed, GetMaskRed, doc="See `GetMaskRed`");
-    %property(Size, GetSize, doc="See `GetSize`");
     %property(Width, GetWidth, doc="See `GetWidth`");
+    
 };
 
 
-- 
2.47.2