summaryrefslogtreecommitdiff
path: root/app/bin/tease.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/bin/tease.c')
-rw-r--r--app/bin/tease.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/bin/tease.c b/app/bin/tease.c
index 806ab22..44427c8 100644
--- a/app/bin/tease.c
+++ b/app/bin/tease.c
@@ -924,9 +924,6 @@ EXPORT void DrawJointTrack(
return;
}
LOG( log_ease, 4, ( "DJT( (X%0.3f Y%0.3f A%0.3f) \n", pos.x, pos.y, angle ) )
- if (color == wDrawColorBlack) {
- color = normalColor;
- }
if (!Scurve) {
/* print segments about 0.20" long */
len = (l0-l1)/(0.20*d->scale);