From e24c80e030949355d05634a550fb2224953f8a1f Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 13 Oct 2014 14:19:49 +0300 Subject: drop empty myGraph.updateGraph function --- scripts/gant.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'scripts/gant.js') diff --git a/scripts/gant.js b/scripts/gant.js index fb258014..b7443551 100644 --- a/scripts/gant.js +++ b/scripts/gant.js @@ -69,8 +69,6 @@ $('body').bind('DOMMouseScroll', function(e){ function initAxis() { - - var bar_height = 20; var row_height = bar_height + 10; var vertical_padding = 150 @@ -182,7 +180,4 @@ function initAxis() { .attr("transform", "translate(0," + paddingTop + ")") .attr("class", "axis gantt") .call(xAxis); - - graph.updateGraph(); - } -- cgit v1.3.1