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

Commit eb7a4ed

Browse files
committed
Removes unnecesary setDefultFontManager
1 parent aac0919 commit eb7a4ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shell/common/shell.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2033,7 +2033,6 @@ bool Shell::ReloadSystemFonts() {
20332033
if (!engine_) {
20342034
return false;
20352035
}
2036-
engine_->SetupDefaultFontManager();
20372036
engine_->GetFontCollection().GetFontCollection()->ClearFontFamilyCache();
20382037
// After system fonts are reloaded, we send a system channel message
20392038
// to notify flutter framework.

0 commit comments

Comments
 (0)