From 89becd4c6d21ddb25f0cedaeeccc5b94932e185b Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 1 Oct 2019 08:33:43 +0200 Subject: [PATCH] Remove unused variables --- src/ol/PluggableMap.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/ol/PluggableMap.js b/src/ol/PluggableMap.js index a82fec0687..97ed857fdb 100644 --- a/src/ol/PluggableMap.js +++ b/src/ol/PluggableMap.js @@ -312,16 +312,6 @@ class PluggableMap extends BaseObject { */ this.interactions = optionsInternal.interactions || new Collection(); - /** - * @type {import("./events/Target.js").default} - */ - this.labelCache_ = null; - - /** - * @type {import("./events.js").EventsKey} - */ - this.labelCacheListenerKey_; - /** * @type {Collection} * @private