[Libreoffice-commits] online.git: loleaflet/src

Pranav Kant pranavk at collabora.co.uk
Fri Feb 2 10:05:19 UTC 2018


 loleaflet/src/layer/tile/ImpressTileLayer.js |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit d837839449de32acda784a800f298d4985b120ab
Author: Pranav Kant <pranavk at collabora.co.uk>
Date:   Fri Feb 2 15:33:29 2018 +0530

    No need of clearAnnotation function here; already there
    
    Change-Id: I21a2b931bb120e4a127a14f6657f89110fb9b79f

diff --git a/loleaflet/src/layer/tile/ImpressTileLayer.js b/loleaflet/src/layer/tile/ImpressTileLayer.js
index 1036067d..abad6a79 100644
--- a/loleaflet/src/layer/tile/ImpressTileLayer.js
+++ b/loleaflet/src/layer/tile/ImpressTileLayer.js
@@ -41,12 +41,6 @@ L.ImpressTileLayer = L.TileLayer.extend({
 		return null;
 	},
 
-	clearAnnotations: function() {
-		for (var part in this._partHashes) {
-			this.hideAnnotations(part);
-		}
-	},
-
 	hideAnnotations: function (part) {
 		this._selectedAnnotation = undefined;
 		var annotations = this._annotations[this._partHashes[part]];


More information about the Libreoffice-commits mailing list