summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2018-07-31 14:21:47 -0700
committerGitHub <noreply@github.com>2018-07-31 14:21:47 -0700
commit9bdd765a02de75851a00ab85223d5d582a104757 (patch)
treebcb417a47808a4a94c171b083c7f2e2cce457107 /scripts
parent885f6e3c02138398d094e49243817a83349b4d50 (diff)
downloadqtlocation-mapboxgl-9bdd765a02de75851a00ab85223d5d582a104757.tar.gz
[core] Merge DataDrivenPropertyValue into PropertyValue (#12513)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate-style-code.js3
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: