aboutsummaryrefslogtreecommitdiff
path: root/net.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2005-08-20 15:49:43 +0000
committerSimon Tatham <anakin@pobox.com>2005-08-20 15:49:43 +0000
commitc136c3dde99963500ecee6b9b36d2a1498b344f5 (patch)
tree75fc73cbc53ed6f5fb91af396bfc7dce1527c0b9 /net.c
parent3bfb9b108ea7276c5f0986aa82787cd8f098d6eb (diff)
downloadpuzzles-c136c3dde99963500ecee6b9b36d2a1498b344f5.zip
puzzles-c136c3dde99963500ecee6b9b36d2a1498b344f5.tar.gz
puzzles-c136c3dde99963500ecee6b9b36d2a1498b344f5.tar.bz2
puzzles-c136c3dde99963500ecee6b9b36d2a1498b344f5.tar.xz
Retire redundant print_line_width() in Net: a relic from a failed
printing strategy, irrelevant to the one which worked. [originally from svn r6194]
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));