removed unused and incorrect function queuemarkerat

This commit is contained in:
Zeno Rogue
2019-09-12 22:50:12 +02:00
parent 9a84d94282
commit e77a6f3440
-6
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
}