]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/_core.py
suppress a CodeWarrior warning about long to int conversion (bug 1616948)
[wxWidgets.git] / wxPython / src / mac / _core.py
index 8cd90f30c7a325fbbfa6cabffa770ba8d2beeed7..fe4aaa4a0d38ef85b827398b491c03499f29258d 100644 (file)
@@ -10354,7 +10354,6 @@ class Window(EvtHandler):
         self.GetEventHandler().ProcessEvent(wx.SizeEvent((-1,-1)))
 
     AcceleratorTable = property(GetAcceleratorTable,SetAcceleratorTable,doc="See `GetAcceleratorTable` and `SetAcceleratorTable`") 
-    AdjustedBestSize = property(GetAdjustedBestSize,doc="See `GetAdjustedBestSize`") 
     AutoLayout = property(GetAutoLayout,SetAutoLayout,doc="See `GetAutoLayout` and `SetAutoLayout`") 
     BackgroundColour = property(GetBackgroundColour,SetBackgroundColour,doc="See `GetBackgroundColour` and `SetBackgroundColour`") 
     BackgroundStyle = property(GetBackgroundStyle,SetBackgroundStyle,doc="See `GetBackgroundStyle` and `SetBackgroundStyle`")