More obsolete compatibility removed.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-11-08 19:59:51 +00:00
parent 70dec69b0b
commit 5ec5e8cedb
3 changed files with 9 additions and 38 deletions

View File

@@ -54,12 +54,11 @@ Core
customized by user code by overriding some wxApp::CreateEventLoop())
instead of duplicating the same code
- remove wxCOMPATIBILITY (1.X)
At least WXWIN_COMPATIBILITY and maybe WXWIN_COMPATIBILITY_2 code should be
removed from the library. wxDEPRECATED() should be used with everything
inside WXWIN_COMPATIBILITY_2_2. The stuff inside WXWIN_COMPATIBILITY_2_4
probably should not be deprecated (yet?) because this would give thousands
of warnings for the existing code.
- remove wxCOMPATIBILITY
wxDEPRECATED() should be used with everything inside WXWIN_COMPATIBILITY_2_4.
The stuff inside WXWIN_COMPATIBILITY_2_6 probably should not be deprecated
(yet?) because this would give thousands of warnings for the existing code.
Exception is api documented as obsolete in 2.6 release already.
- Modularization/Build System
Candidates for components: