Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 683fe2b

Browse files
committed
Remove no longer used FLUTTER_USE_FONTCONFIG define
1 parent 4498811 commit 683fe2b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

third_party/txt/BUILD.gn

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ config("allow_posix_names") {
3838
}
3939

4040
source_set("txt") {
41-
defines = []
42-
if (flutter_use_fontconfig) {
43-
defines += [ "FLUTTER_USE_FONTCONFIG" ]
44-
}
45-
4641
sources = [
4742
"src/skia/paragraph_builder_skia.cc",
4843
"src/skia/paragraph_builder_skia.h",

0 commit comments

Comments
 (0)