diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/generate-style-code.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/generate-style-code.js b/scripts/generate-style-code.js index c92d25b7ef..db37a9b96f 100755 --- a/scripts/generate-style-code.js +++ b/scripts/generate-style-code.js @@ -96,9 +96,6 @@ global.paintPropertyType = function (property, type) { global.propertyValueType = function (property) { switch (property['property-type']) { - case 'data-driven': - case 'cross-faded-data-driven': - return `DataDrivenPropertyValue<${evaluatedType(property)}>`; case 'color-ramp': return `ColorRampPropertyValue`; default: |