summaryrefslogtreecommitdiff
path: root/modules/text_server_adv/SCsub
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2020-08-12 14:07:49 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2020-11-26 13:55:29 +0200
commit07d14f5bb8e8a2cb3b2137d1ef4fb6c3b46c0873 (patch)
tree9c4c5638510c3c789a1c261dfbb98ed7b03fafc2 /modules/text_server_adv/SCsub
parent200828276e0f37bfd46068ea5dc5f03ebb2e1552 (diff)
[Complex Text Layouts] Implement GDNative interface for TextServer.
Diffstat (limited to 'modules/text_server_adv/SCsub')
-rw-r--r--modules/text_server_adv/SCsub3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/text_server_adv/SCsub b/modules/text_server_adv/SCsub
index b4a8450f94..7403b01a4c 100644
--- a/modules/text_server_adv/SCsub
+++ b/modules/text_server_adv/SCsub
@@ -457,9 +457,6 @@ if env["builtin_icu"]:
]
)
- if env_icu.msvc:
- env_icu.AppendUnique(CCFLAGS=["/utf-8"])
-
env_icu.disable_warnings()
env_thirdparty = env_icu.Clone()
env_thirdparty.disable_warnings()