1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-24 06:03:23 +00:00

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

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
}