Skip to content

Commit

Permalink
refactor(layout): Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacura committed Mar 22, 2024
1 parent c15d5be commit 8a772ca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions projects/hslayers/services/layout/layout.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<unknown>): void {
this.mapSpaceRef.subscribe((viewContainerRef) => {
if (viewContainerRef) {
Expand Down

0 comments on commit 8a772ca

Please sign in to comment.