From: Robert Konigsberg Date: Thu, 27 Jan 2011 17:23:01 +0000 (-0500) Subject: Remove local variable that is no longer used. X-Git-Tag: v1.0.0~584^2~6 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=84dc76db82b9ced282dcaa0983214fce4341d696;p=dygraphs.git Remove local variable that is no longer used. --- diff --git a/dygraph.js b/dygraph.js index f1ecd42..6f5d239 100644 --- a/dygraph.js +++ b/dygraph.js @@ -837,7 +837,6 @@ Dygraph.movePan = function(event, g, context) { // y-axis scaling is automatic unless this is a full 2D pan. if (context.is2DPan) { // Adjust each axis appropriately. - var y_frac = context.dragEndY / g.height_; for (var i = 0; i < g.axes_.length; i++) { var axis = g.axes_[i]; var maxValue = axis.initialTopValue +