Remove unused ol.format.Feature.getExtensions function

This commit is contained in:
Frederic Junod
2017-01-09 08:36:11 +01:00
parent 1692a19c3b
commit 4bef3f3f19
6 changed files with 0 additions and 86 deletions
-16
View File
@@ -41,14 +41,6 @@ ol.format.IGC = function(opt_options) {
ol.inherits(ol.format.IGC, ol.format.TextFeature);
/**
* @const
* @type {Array.<string>}
* @private
*/
ol.format.IGC.EXTENSIONS_ = ['.igc'];
/**
* @const
* @type {RegExp}
@@ -84,14 +76,6 @@ ol.format.IGC.HFDTE_RECORD_RE_ = /^HFDTE(\d{2})(\d{2})(\d{2})/;
ol.format.IGC.NEWLINE_RE_ = /\r\n|\r|\n/;
/**
* @inheritDoc
*/
ol.format.IGC.prototype.getExtensions = function() {
return ol.format.IGC.EXTENSIONS_;
};
/**
* Read the feature from the IGC source.
*