Skip to content

Commit

Permalink
Remove the unused EnableBlink flag. (flutter#8518)
Browse files Browse the repository at this point in the history
This used to be when we had two text shaping engines.
  • Loading branch information
chinmaygarde authored Apr 9, 2019
1 parent d5880a6 commit 86ab45c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions shell/common/switches.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ DEF_SWITCH(SkiaDeterministicRendering,
"Skips the call to SkGraphics::Init(), thus avoiding swapping out"
"some Skia function pointers based on available CPU features. This"
"is used to obtain 100% deterministic behavior in Skia rendering.")
DEF_SWITCH(EnableBlink,
"enable-blink",
"Enable Blink as the text shaping library instead of libtxt.")
DEF_SWITCH(FLX, "flx", "Specify the FLX path.")
DEF_SWITCH(FlutterAssetsDir,
"flutter-assets-dir",
Expand Down

0 comments on commit 86ab45c

Please sign in to comment.