Remove unused ol.format.GML.NAMESPACE_URIS_

This commit is contained in:
Bart van den Eijnden
2014-02-25 19:13:20 +01:00
parent 272a3762d6
commit 28b12e1b28

View File

@@ -48,17 +48,6 @@ ol.format.GML = function(opt_options) {
goog.inherits(ol.format.GML, ol.format.XML);
/**
* @const
* @private
* @type {Array.<string>}
*/
ol.format.GML.NAMESPACE_URIS_ = [
'http://www.opengis.net/gml',
'http://www.opengis.net/wfs'
];
/**
* @param {Node} node Node.
* @param {Array.<*>} objectStack Object stack.