Remove unused function

This commit is contained in:
Tom Payne
2013-03-19 17:43:43 +01:00
parent 69f92615b1
commit 657f58005e
2 changed files with 18 additions and 29 deletions

View File

@@ -26,16 +26,6 @@ ol.structs.IntegerSet = function(opt_arr) {
};
/**
* @param {Array.<number>} arr Array.
* @return {ol.structs.IntegerSet} Integer set.
*/
ol.structs.IntegerSet.unpack = function(arr) {
// FIXME is this needed?
return new ol.structs.IntegerSet(arr);
};
/**
* @param {number} addStart Start.
* @param {number} addStop Stop.