From 9841ea5495aef2d71eb5215f6c592d4f4e4c7255 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Fri, 8 Jun 2012 02:04:05 +0200 Subject: [PATCH] remove dead code --- html/force.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/html/force.js b/html/force.js index 1ac38fe..ffaac29 100644 --- a/html/force.js +++ b/html/force.js @@ -314,11 +314,6 @@ function update() { linkEnter.append("line") - link.selectAll("line") - .style("stroke-width", function(d) { - return Math.max(1, d.strength * 2) - }) - link.selectAll("path.label") .remove()