removed unused and incorrect function queuemarkerat

This commit is contained in:
Zeno Rogue 2019-08-10 00:03:32 +02:00
parent 9a84d94282
commit e77a6f3440
1 changed files with 0 additions and 6 deletions

View File

@ -1709,12 +1709,6 @@ EX void queuecircle(const transmatrix& V, double size, color_t col) {
queuecircle(xc, yc, scale_in_pixels(V) * size, col);
}
EX void queuemarkerat(const transmatrix& V, color_t col) {
#if CAP_SHAPES
queuepolyat(V, cgi.shTriangle, col, PPR::LINE);
#endif
}
#endif
}