X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dbd94b75015561fe527069c138ce43c44797fe35..3214ac5ad1d515d917b8273c2d2af4c4287b7a8b:/docs/todo30.txt?ds=sidebyside diff --git a/docs/todo30.txt b/docs/todo30.txt index d02d035b41..07c689df1a 100644 --- a/docs/todo30.txt +++ b/docs/todo30.txt @@ -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: