summaryrefslogtreecommitdiff
path: root/src/autofit/afloader.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/autofit/afloader.c')
-rw-r--r--src/autofit/afloader.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/autofit/afloader.c b/src/autofit/afloader.c
index 363756f14..b2cfd69e9 100644
--- a/src/autofit/afloader.c
+++ b/src/autofit/afloader.c
@@ -297,12 +297,6 @@
if ( error )
goto Exit;
-#ifdef FT_OPTION_AUTOFIT2
- /* XXX: undocumented hook to activate the latin2 writing system. */
- if ( load_flags & ( 1UL << 20 ) )
- style_options = AF_STYLE_LTN2_DFLT;
-#endif
-
/*
* Glyphs (really code points) are assigned to scripts. Script
* analysis is done lazily: For each glyph that passes through here,