Retire redundant print_line_width() in Net: a relic from a failed

printing strategy, irrelevant to the one which worked.

[originally from svn r6194]
This commit is contained in:
Simon Tatham
2005-08-20 15:49:43 +00:00
parent 3bfb9b108e
commit c136c3dde9

1
net.c
View File

@ -2753,7 +2753,6 @@ static void draw_diagram(drawing *dr, game_drawstate *ds, int x, int y,
* Draw each radial line. * Draw each radial line.
*/ */
if (drawlines) { if (drawlines) {
print_line_width(dr, thick * 2);
for (k = 1; k < 16; k *= 2) for (k = 1; k < 16; k *= 2)
if (v & k) { if (v & k) {
int x1 = min(cx, cx + (r-thick) * X(k)); int x1 = min(cx, cx + (r-thick) * X(k));