shithub: puzzles

Download patch

ref: c136c3dde99963500ecee6b9b36d2a1498b344f5
parent: 3bfb9b108ea7276c5f0986aa82787cd8f098d6eb
author: Simon Tatham <anakin@pobox.com>
date: Sat Aug 20 11:49:43 EDT 2005

Retire redundant print_line_width() in Net: a relic from a failed
printing strategy, irrelevant to the one which worked.

[originally from svn r6194]

--- a/net.c
+++ b/net.c
@@ -2753,7 +2753,6 @@
      * 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));