From: simon Date: Sat, 20 Aug 2005 15:49:43 +0000 (+0000) Subject: Retire redundant print_line_width() in Net: a relic from a failed X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/commitdiff_plain/67814b5e7cf2d83a623ed4fb390a1fecd7ac1730 Retire redundant print_line_width() in Net: a relic from a failed printing strategy, irrelevant to the one which worked. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@6194 cda61777-01e9-0310-a592-d414129be87e --- 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));