Remove wxOnAssert() overload used in ANSI build only

This could be also used by the applications if they decided to call it
directly, for whatever reason, but, hopefully, this shouldn't be a
common occurrence, as passing wide file name is really inconvenient, and
it was deprecated since 2.8, so should be safe to remove by now.
This commit is contained in:
Vadim Zeitlin 2022-10-28 18:35:53 +01:00
parent 397af48b46
commit cf474d7f48
3 changed files with 3 additions and 22 deletions

View file

@ -46,6 +46,9 @@ Changes in behaviour which may result in build errors
- wxMotif and wxGTK1 ports have been removed, please use wxWidgets 3.2 if you
still need them.
- wxOnAssert() overload taking wide character file name was removed. If you
call it for any reason, please use one of the other overloads instead.
3.3.0: (released 2022-??-??)
----------------------------