west:: removed junk

This commit is contained in:
Zeno Rogue 2019-01-14 22:55:03 +01:00
parent 45c789ffd4
commit a9bf8304a4
1 changed files with 0 additions and 5 deletions

View File

@ -196,11 +196,6 @@ namespace westwall {
placeLocalOrbs(c);
}
cell *where;
int dfrom[2], dto[2], qdirs;
int gdist(int d, int e) { return dirdiff(d-e, where->type); }
int coastvalEdge1(cell *c) {
if(c->land == laWestWall && !c->landparam) buildEquidistant(c);
return coastvalEdge(c);