From 22498991ababfe2be0d61cafa9aa83e10ec9d5af Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 10 Jan 2017 08:51:41 +0100 Subject: [PATCH] Remove unused private function --- src/ol/kinetic.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/ol/kinetic.js b/src/ol/kinetic.js index 65adb7a583..3932c2dd12 100644 --- a/src/ol/kinetic.js +++ b/src/ol/kinetic.js @@ -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). */