Remove unused constructor of BasicPathOverlay.
This commit is contained in:
förälder
1f06fc1eec
incheckning
d4b1ef0481
1 ändrade filer med 0 tillägg och 4 borttagningar
|
|
@ -132,10 +132,6 @@ public class BasicDrawing extends JPanel implements Drawing {
|
|||
// Origin / Destination markers.
|
||||
BasicMarkerOverlay origin, destination;
|
||||
|
||||
public BasicPathOverlay(List<Point> points, Color color) {
|
||||
this(points, color, null, null);
|
||||
}
|
||||
|
||||
public BasicPathOverlay(List<Point> points, Color color, BasicMarkerOverlay origin,
|
||||
BasicMarkerOverlay destination) {
|
||||
this.points = points;
|
||||
|
|
|
|||
Laddar…
Referens i nytt ärende