- Changes from code review:
[dygraphs.git] / dygraph.js
index 3366fe3..ba8da98 100644 (file)
@@ -1458,10 +1458,6 @@ Dygraph.prototype.doZoomY_ = function(lowY, highY) {
   });
 };
 
-Dygraph.prototype.doUnzoom = function() {
-  this.doUnzoom_();
-};
-
 /**
  * Reset the zoom to the original view coordinates. This is the same as
  * double-clicking on the graph.
@@ -2142,10 +2138,6 @@ Dygraph.prototype.extremeValues_ = function(series) {
   return [minY, maxY];
 };
 
-Dygraph.prototype.predraw = function() {
-  this.predraw_();
-};
-
 /**
  * @private
  * This function is called once when the chart's data is changed or the options