Remove unused private function

This commit is contained in:
Frederic Junod
2017-01-10 08:51:41 +01:00
parent 01e161e19f
commit 22498991ab

View File

@@ -103,15 +103,6 @@ ol.Kinetic.prototype.end = function() {
};
/**
* @private
* @return {number} Duration of animation (milliseconds).
*/
ol.Kinetic.prototype.getDuration_ = function() {
return Math.log(this.minVelocity_ / this.initialVelocity_) / this.decay_;
};
/**
* @return {number} Total distance travelled (pixels).
*/