Remove unused constructor of BasicPathOverlay.
This commit is contained in:
parent
1f06fc1eec
commit
d4b1ef0481
@ -132,10 +132,6 @@ public class BasicDrawing extends JPanel implements Drawing {
|
|||||||
// Origin / Destination markers.
|
// Origin / Destination markers.
|
||||||
BasicMarkerOverlay origin, destination;
|
BasicMarkerOverlay origin, destination;
|
||||||
|
|
||||||
public BasicPathOverlay(List<Point> points, Color color) {
|
|
||||||
this(points, color, null, null);
|
|
||||||
}
|
|
||||||
|
|
||||||
public BasicPathOverlay(List<Point> points, Color color, BasicMarkerOverlay origin,
|
public BasicPathOverlay(List<Point> points, Color color, BasicMarkerOverlay origin,
|
||||||
BasicMarkerOverlay destination) {
|
BasicMarkerOverlay destination) {
|
||||||
this.points = points;
|
this.points = points;
|
||||||
|
Loading…
Reference in New Issue
Block a user