diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/rhizicore.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js index f22e87a7..0e82553d 100644 --- a/scripts/rhizicore.js +++ b/scripts/rhizicore.js @@ -727,14 +727,6 @@ function tick(e) { return "translate(" + d.x + "," + d.y + ")"; } - - function getCentroid(selection) { - var element = selection.node(), - bbox = element.getBBox(); - return [bbox.x + bbox.width / 2, bbox.y + bbox.height / 2]; - } - - if (graphstate === "GANTT") { var k = 20 * e.alpha; var today = new Date(); |
