diff --git a/complex2.cpp b/complex2.cpp index 8c0d4e1c..2a679e78 100644 --- a/complex2.cpp +++ b/complex2.cpp @@ -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);