Remove wxUSE_UNICODE definition from VMS setup.h

It can't be defined as 0 any longer and will always be 1 anyhow.
This commit is contained in:
Vadim Zeitlin 2023-01-26 17:32:55 +01:00
parent 4060201f77
commit f205dca9dc

View file

@ -169,15 +169,6 @@ typedef pid_t GPid;
#define wxUSE_REPRODUCIBLE_BUILD 1
#ifndef wxUSE_UNICODE
#if defined( __WXX11__ )
#define wxUSE_UNICODE 0
#else
#define wxUSE_UNICODE 1
#endif
#endif
#define wxUSE_EXCEPTIONS 1
#define wxUSE_EXTENDED_RTTI 0