remove dead code

This commit is contained in:
austin 2025-05-28 15:54:58 -04:00
parent 5d2aeba4e9
commit 299427b0ee

View File

@ -226,7 +226,6 @@ public class TownLayout {
MacroData macroData = realm.getMacroData();
//get values to scan along
// Vector3d dir = new Vector3d(endPoint).sub(startPoint).normalize();
int len = (int)startPoint.distance(endPoint);
//determine if it's primarily north-south or east-west