Remove wxUSE_UNICODE from build-wxwidgets.py script

This is not needed any more, it will be defined anyhow.
This commit is contained in:
Vadim Zeitlin
2022-10-27 19:43:30 +02:00
parent c8f29fea8f
commit 0f5018252a
-2
View File
@@ -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"):