Remove unused macro

fixes-turtlebasket
Mattia Montanari 2023-04-25 16:56:29 +02:00
parent 82c625bbc8
commit 47df2d76ea
1 changed files with 0 additions and 5 deletions

View File

@ -103,11 +103,6 @@
for (t = 0; t < 3; t++) \ for (t = 0; t < 3; t++) \
s->vrtx[0][t] = sk[t]; s->vrtx[0][t] = sk[t];
#define getvrtx(point, location) \
point[0] = s->vrtx[location][0]; \
point[1] = s->vrtx[location][1]; \
point[2] = s->vrtx[location][2];
#define calculateEdgeVector(p1p2, p2) \ #define calculateEdgeVector(p1p2, p2) \
p1p2[0] = p2[0] - s->vrtx[3][0]; \ p1p2[0] = p2[0] - s->vrtx[3][0]; \
p1p2[1] = p2[1] - s->vrtx[3][1]; \ p1p2[1] = p2[1] - s->vrtx[3][1]; \