Index: /applications/editors/josm/plugins/OSMRecPlugin/src/org/openstreetmap/josm/plugins/osmrec/container/OSMWay.java
===================================================================
--- /applications/editors/josm/plugins/OSMRecPlugin/src/org/openstreetmap/josm/plugins/osmrec/container/OSMWay.java	(revision 34887)
+++ /applications/editors/josm/plugins/OSMRecPlugin/src/org/openstreetmap/josm/plugins/osmrec/container/OSMWay.java	(revision 34888)
@@ -10,5 +10,4 @@
 import java.util.TreeMap;
 
-import com.vividsolutions.jts.geom.Coordinate;
 import com.vividsolutions.jts.geom.Geometry;
 
@@ -28,5 +27,4 @@
     private final List<String> nodeReferences = new ArrayList<>(); //node references  //made final
     private final List<Geometry> nodeGeometries = new ArrayList<>(); //nodeGeometries   //made final
-    private Coordinate[] coordinateList;
     private Map<String, String> tags = new HashMap<>();
     private Geometry geometry;
@@ -45,9 +43,4 @@
     public List<Geometry> getNodeGeometries() {
         return nodeGeometries;
-    }
-
-    public Coordinate[] getCoordinateList() {
-        coordinateList = nodeGeometries.toArray(new Coordinate[0]);
-        return coordinateList;
     }
 
