summaryrefslogtreecommitdiff
path: root/src/truetype/ttdriver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/truetype/ttdriver.c')
-rw-r--r--src/truetype/ttdriver.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/truetype/ttdriver.c b/src/truetype/ttdriver.c
index dc063bbb3..31dcb3c6f 100644
--- a/src/truetype/ttdriver.c
+++ b/src/truetype/ttdriver.c
@@ -108,23 +108,6 @@
return error;
}
- if ( !ft_strcmp( property_name, "TEMPORARY-enable-variable-colrv1" ) )
- {
- /* This flag is temporary and can't be set with environment variables. */
- if ( !value_is_string )
- {
- FT_Bool* bv = (FT_Bool*)value;
-
- if ( *bv == TRUE || *bv == FALSE)
- driver->enable_variable_colrv1 = *bv;
- else
- error = FT_ERR( Unimplemented_Feature );
- } else
- error = FT_ERR( Invalid_Argument );
-
- return error;
- }
-
FT_TRACE2(( "tt_property_set: missing property `%s'\n",
property_name ));
return FT_THROW( Missing_Property );