Retire redundant print_line_width() in Net: a relic from a failed
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 20 Aug 2005 15:49:43 +0000 (15:49 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 20 Aug 2005 15:49:43 +0000 (15:49 +0000)
printing strategy, irrelevant to the one which worked.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@6194 cda61777-01e9-0310-a592-d414129be87e

net.c

diff --git a/net.c b/net.c
index e205341..ac1df02 100644 (file)
--- 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));