Remove applyDefaultStyle method

This commit is contained in:
Tim Schaub
2013-08-15 08:26:05 -04:00
parent a670e225cd
commit a5991aee03
3 changed files with 7 additions and 16 deletions

View File

@@ -50,16 +50,6 @@ ol.style.Style.prototype.createLiterals = function(feature) {
};
/**
* @param {ol.Feature} feature Feature.
* @return {Array.<ol.style.Literal>} Default symbolizer literals for
* the feature.
*/
ol.style.Style.applyDefaultStyle = function(feature) {
return ol.style.Style.defaults.createLiterals(feature);
};
/**
* The default style.
* @type {ol.style.Style}