Skip to content

Commit 48ac98b

Browse files
committed
Remove unused function
1 parent cc02dfd commit 48ac98b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/webfrontend/js/contentLoader.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -641,9 +641,3 @@ function getFieldConfiguration(objectType, fieldPath) {
641641
return getBaseConfiguration().wfs_configuration.find(objectConfiguration => objectConfiguration.object_type === objectType)
642642
?.geometry_fields.find(fieldConfiguraton => fieldConfiguraton.field_path === fieldPath);
643643
}
644-
645-
function getGeometryId(cdata) {
646-
return cdata.geometry_ids.length > 0
647-
? cdata.geometry_ids[0]
648-
: undefined;
649-
}

0 commit comments

Comments
 (0)