From 0f5018252a3e14bd2e12e6c2e4494a316deb5ca5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 27 Oct 2022 01:25:00 +0100 Subject: [PATCH] Remove wxUSE_UNICODE from build-wxwidgets.py script This is not needed any more, it will be defined anyhow. --- build/tools/build-wxwidgets.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/tools/build-wxwidgets.py b/build/tools/build-wxwidgets.py index ba41621a1f..51207b8d51 100755 --- a/build/tools/build-wxwidgets.py +++ b/build/tools/build-wxwidgets.py @@ -373,8 +373,6 @@ def main(scriptName, args): buildDir = os.path.abspath(os.path.join(scriptDir, "..", "msw")) print("creating wx/msw/setup.h") - if options.unicode: - flags["wxUSE_UNICODE"] = "1" if options.cairo: if not os.environ.get("CAIRO_ROOT"):