Remove unused constructor of BasicPathOverlay.
這個提交存在於:
父節點
1f06fc1eec
當前提交
d4b1ef0481
共有 1 個檔案被更改,包括 0 行新增 和 4 行删除
|
|
@ -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;
|
||||||
|
|
|
||||||
載入中…
新增問題並參考