diff --git a/projects/hslayers/services/layout/layout.service.ts b/projects/hslayers/services/layout/layout.service.ts index d54ffec11d..7062b364c4 100644 --- a/projects/hslayers/services/layout/layout.service.ts +++ b/projects/hslayers/services/layout/layout.service.ts @@ -345,11 +345,6 @@ export class HsLayoutService extends HsLayoutParams { } } - mdToolbarHeight() { - const ELEM = this.contentWrapper.querySelector('.md-app-toolbar'); - return ELEM ? ELEM.clientHeight : 0; - } - addMapVisualizer(visualizerComponent: Type): void { this.mapSpaceRef.subscribe((viewContainerRef) => { if (viewContainerRef) {