1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 08:57:39 +00:00

removed the obsolete *MovR functions

This commit is contained in:
Zeno Rogue
2019-08-09 14:29:08 +02:00
parent ef89c7ed9d
commit 661743a19b
6 changed files with 19 additions and 31 deletions

View File

@@ -3184,8 +3184,6 @@ namespace princess {
int eudist(int sx, int sy);
cell *createMovR(cell *c, int d);
bool ishept(cell *c);
int cdist50(cell *c);
bool polarb50(cell *c);