Skip to content

Commit

Permalink
comment out dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
edeso committed Aug 16, 2022
1 parent 68cd83c commit eff7c34
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public static Geometry readGeomFromWKT(String filename, String folder)
* + ".wkt"; geom2 = readGeomFromWKT(blockName, BlockPanel.blockFolder); }
* return geom2; }
*/

/*
// Get the geometry
@Deprecated
public static Geometry getGeometry() throws IOException, ParseException {
Expand Down Expand Up @@ -142,7 +142,7 @@ public static Shape getShape() throws IOException, ParseException,
.getLayerViewPanel().getJava2DConverter().toShape(geom2);
return shape2;
}

*/
// Reads Geometry form a wkt file. Since the files are from VertexFolder and
// have a difference
// in wkt syntax, the text before the wkt geometry specification is excluded
Expand Down

0 comments on commit eff7c34

Please sign in to comment.