Skip to content

Commit

Permalink
chore(layer-editor):Remove deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipLeitner authored and jmacura committed Nov 29, 2024
1 parent 03bf135 commit 3e38852
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ export class HsLayerEditorSublayerService {
private hsLayerManagerVisibilityService: HsLayerManagerVisibilityService,
) {}

hasSubLayers(layer: HsLayerDescriptor): boolean {
const subLayers = getCachedCapabilities(layer.layer)?.Layer;
return subLayers != undefined && subLayers.length > 0;
}

getSubLayers(layer: HsLayerDescriptor): HsSublayer[] {
return layer ? this.populateSubLayers(layer) : [];
}
Expand Down

0 comments on commit 3e38852

Please sign in to comment.