Skip to content

Commit

Permalink
Merge pull request #15765 from M393/remove-unused-layer-property
Browse files Browse the repository at this point in the history
Remove unused layer property
  • Loading branch information
ahocevar committed Apr 23, 2024
2 parents c054e47 + 2200fb5 commit c15ede4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ol/renderer/Layer.js
Expand Up @@ -30,11 +30,6 @@ class LayerRenderer extends Observable {
* @type {LayerType}
*/
this.layer_ = layer;

/**
* @type {import("../render/canvas/ExecutorGroup").default}
*/
this.declutterExecutorGroup = null;
}

/**
Expand Down

0 comments on commit c15ede4

Please sign in to comment.