From a8728f8f37820b49765c5c3ccfebe2b3c0f94ea3 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 11 Dec 2006 20:07:18 +0000 Subject: [PATCH 1/1] Remove AdjustedBestSize property since the function it calls is deprecated. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_window.i | 1 - 1 file changed, 1 deletion(-) diff --git a/wxPython/src/_window.i b/wxPython/src/_window.i index 2f01f77332..5c83b625f0 100644 --- a/wxPython/src/_window.i +++ b/wxPython/src/_window.i @@ -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`"); -- 2.45.2