| Index: third_party/freetype/include/freetype-custom-config/ftoption.h
|
| diff --git a/third_party/freetype/include/freetype-custom-config/ftoption.h b/third_party/freetype/include/freetype-custom-config/ftoption.h
|
| index 49e8cf573e6e8d73b8eeb353f2cd447bf99897b1..9941f49bbda811050708765038f09700158a9e00 100644
|
| --- a/third_party/freetype/include/freetype-custom-config/ftoption.h
|
| +++ b/third_party/freetype/include/freetype-custom-config/ftoption.h
|
| @@ -936,14 +936,12 @@
|
| #ifdef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
|
| #define TT_USE_BYTECODE_INTERPRETER
|
|
|
| -#ifdef TT_CONFIG_OPTION_SUBPIXEL_HINTING
|
| #if TT_CONFIG_OPTION_SUBPIXEL_HINTING & 1
|
| #define TT_SUPPORT_SUBPIXEL_HINTING_INFINALITY
|
| #endif
|
|
|
| #if TT_CONFIG_OPTION_SUBPIXEL_HINTING & 2
|
| #define TT_SUPPORT_SUBPIXEL_HINTING_MINIMAL
|
| -#endif
|
| #endif
|
| #endif
|
|
|
|
|