From 28b12e1b28c26a2405452f494358e31b6d528f6d Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Tue, 25 Feb 2014 19:13:20 +0100 Subject: [PATCH] Remove unused ol.format.GML.NAMESPACE_URIS_ --- src/ol/format/gmlformat.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/ol/format/gmlformat.js b/src/ol/format/gmlformat.js index 8632080665..5940c5694f 100644 --- a/src/ol/format/gmlformat.js +++ b/src/ol/format/gmlformat.js @@ -48,17 +48,6 @@ ol.format.GML = function(opt_options) { goog.inherits(ol.format.GML, ol.format.XML); -/** - * @const - * @private - * @type {Array.} - */ -ol.format.GML.NAMESPACE_URIS_ = [ - 'http://www.opengis.net/gml', - 'http://www.opengis.net/wfs' -]; - - /** * @param {Node} node Node. * @param {Array.<*>} objectStack Object stack.