From 86ab45cd5cc4802f815fafc6de8da88d574a6f6f Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Tue, 9 Apr 2019 13:26:48 -0700 Subject: [PATCH] Remove the unused EnableBlink flag. (#8518) This used to be when we had two text shaping engines. --- shell/common/switches.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/shell/common/switches.h b/shell/common/switches.h index 44d886ef32f..2939b92daca 100644 --- a/shell/common/switches.h +++ b/shell/common/switches.h @@ -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",