From: Simon Tatham 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://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=c136c3dde99963500ecee6b9b36d2a1498b344f5;p=sgt-puzzles.git Retire redundant print_line_width() in Net: a relic from a failed printing strategy, irrelevant to the one which worked. [originally from svn r6194] --- 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));