From 1ec25f399288a923ecab617e5a4e6d3cfb29a14d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 27 Jun 2014 10:59:31 +0200 Subject: [PATCH] Remove the unused ol.format.KML.DOCUMENT_SEQUENCE_ --- src/ol/format/kmlformat.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/ol/format/kmlformat.js b/src/ol/format/kmlformat.js index fa0e0068c0..3e978ec5b0 100644 --- a/src/ol/format/kmlformat.js +++ b/src/ol/format/kmlformat.js @@ -2098,17 +2098,6 @@ ol.format.KML.KML_SERIALIZERS_ = ol.xml.makeStructureNS( }); -/** - * @const - * @type {Object.>} - * @private - */ -ol.format.KML.DOCUMENT_SEQUENCE_ = ol.xml.makeStructureNS( - ol.format.KML.NAMESPACE_URIS_, [ - 'Placemark' - ]); - - /** * @const * @type {Object.>}