Remove unused constructor of BasicPathOverlay.
Cette révision appartient à :
Parent
1f06fc1eec
révision
d4b1ef0481
1 fichiers modifiés avec 0 ajouts et 4 suppressions
|
@ -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;
|
||||
|
|
Chargement…
Référencer dans un nouveau ticket