Remove unused TileQueue clear method
This commit is contained in:
@@ -72,15 +72,6 @@ ol.TileQueue = function(tilePriorityFunction) {
|
||||
ol.TileQueue.DROP = Infinity;
|
||||
|
||||
|
||||
/**
|
||||
* FIXME empty description for jsdoc
|
||||
*/
|
||||
ol.TileQueue.prototype.clear = function() {
|
||||
this.heap_.length = 0;
|
||||
this.queuedTileKeys_ = {};
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* Remove and return the highest-priority tile. O(logn).
|
||||
* @private
|
||||
|
||||
Reference in New Issue
Block a user