Fixes so that wxPython builds on 2.7. Mostly removing references to all functions that require WXWIN_2_4_COMPATIBILITY to be defined.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -173,7 +173,6 @@ wxGetPasswordFromUser = wx._misc.GetPasswordFromUser
|
||||
wxGetSingleChoice = wx._misc.GetSingleChoice
|
||||
wxGetSingleChoiceIndex = wx._misc.GetSingleChoiceIndex
|
||||
wxMessageBox = wx._misc.MessageBox
|
||||
wxGetNumberFromUser = wx._misc.GetNumberFromUser
|
||||
wxColourDisplay = wx._misc.ColourDisplay
|
||||
wxDisplayDepth = wx._misc.DisplayDepth
|
||||
wxGetDisplayDepth = wx._misc.GetDisplayDepth
|
||||
|
Reference in New Issue
Block a user