Remove unused constructor of BasicPathOverlay.
This commit is contained in:
джерело
1f06fc1eec
коміт
d4b1ef0481
1 змінених файлів з 0 додано та 4 видалено
|
|
@ -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;
|
||||
|
|
|
|||
Завантаження…
Посилання в новій задачі