]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove AdjustedBestSize property since the function it calls is deprecated.
authorRobin Dunn <robin@alldunn.com>
Mon, 11 Dec 2006 20:07:18 +0000 (20:07 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 11 Dec 2006 20:07:18 +0000 (20:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_window.i

index 2f01f773327028c1a5743c57d34a516d1656ae91..5c83b625f0183767fd1fe574116dfca9a31ed94f 100644 (file)
@@ -2084,7 +2084,6 @@ opaque.", "");
 
     
     %property(AcceleratorTable, GetAcceleratorTable, SetAcceleratorTable, doc="See `GetAcceleratorTable` and `SetAcceleratorTable`");
-    %property(AdjustedBestSize, GetAdjustedBestSize, doc="See `GetAdjustedBestSize`");
     %property(AutoLayout, GetAutoLayout, SetAutoLayout, doc="See `GetAutoLayout` and `SetAutoLayout`");
     %property(BackgroundColour, GetBackgroundColour, SetBackgroundColour, doc="See `GetBackgroundColour` and `SetBackgroundColour`");
     %property(BackgroundStyle, GetBackgroundStyle, SetBackgroundStyle, doc="See `GetBackgroundStyle` and `SetBackgroundStyle`");