aboutsummaryrefslogtreecommitdiff
path: root/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'net.c')
-rw-r--r--net.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net.c b/net.c
index e205341..ac1df02 100644
--- a/net.c
+++ b/net.c
@@ -2753,7 +2753,6 @@ static void draw_diagram(drawing *dr, game_drawstate *ds, int x, int y,
* Draw each radial line.
*/
if (drawlines) {
- print_line_width(dr, thick * 2);
for (k = 1; k < 16; k *= 2)
if (v & k) {
int x1 = min(cx, cx + (r-thick) * X(k));