1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-24 05:17:17 +00:00

removed rogueviz::cspin (conflicts with hr::cspin and unused)

This commit is contained in:
Zeno Rogue 2020-04-09 07:40:12 +02:00
parent d5b46839cd
commit cb25dd27be

View File

@ -159,10 +159,6 @@ colorpair parse(string s) {
vector<vertexdata> vdata;
transmatrix cspin(int i, int ch) {
return spin(M_PI + (2 * M_PI * (i+1)) / (ch+1));
}
map<string, int> labeler;
int getid(const string& s) {