From f205dca9dc7eebd982845ae8fa2ea4f021bf69c3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 26 Jan 2023 17:32:55 +0100 Subject: [PATCH] Remove wxUSE_UNICODE definition from VMS setup.h It can't be defined as 0 any longer and will always be 1 anyhow. --- setup.h_vms | 9 --------- 1 file changed, 9 deletions(-) diff --git a/setup.h_vms b/setup.h_vms index f1517da297..a0025bc228 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -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