summaryrefslogtreecommitdiff
path: root/src/base/ftobjs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/ftobjs.c')
-rw-r--r--src/base/ftobjs.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/base/ftobjs.c b/src/base/ftobjs.c
index a77c9854d..5e5da50c7 100644
--- a/src/base/ftobjs.c
+++ b/src/base/ftobjs.c
@@ -893,20 +893,6 @@
if ( load_flags & FT_LOAD_BITMAP_METRICS_ONLY )
load_flags &= ~FT_LOAD_RENDER;
-#ifdef FT_CONFIG_OPTION_SVG
- if ( ( load_flags & FT_LOAD_COLOR ) &&
- ( ttface->svg ) )
- {
- FT_TRACE3(( "SVG table exists, calling `FT_Load_Glyph' with `FT_LOAD_NO_SCALE'\n" ));
- /* load the TTF/CFF glyph without any scaling,
- * this is so that ultimately, these outlines
- * can be used to calculate the bounding box and
- * the advance metrics
- */
- FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE);
- }
-#endif
-
/*
* Determine whether we need to auto-hint or not.
* The general rules are: