Skip to content

Commit 4171d9c

Browse files
committed
Cleanup.
1 parent 9366c03 commit 4171d9c

File tree

1 file changed

+0
-13
lines changed
  • src/main/java/de/dennisguse/opentracks/content/data

1 file changed

+0
-13
lines changed

src/main/java/de/dennisguse/opentracks/content/data/Track.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,6 @@ public class Track {
4646

4747
private TrackStatistics trackStatistics = new TrackStatistics();
4848

49-
public Track() {
50-
}
51-
52-
public Track(Track track) {
53-
this.id = track.id;
54-
this.uuid = track.uuid;
55-
this.name = name;
56-
this.description = description;
57-
this.category = category;
58-
this.icon = icon;
59-
this.trackStatistics = trackStatistics;
60-
}
61-
6249
/**
6350
* May be null if the track was not loaded from the database.
6451
*/

0 commit comments

Comments
 (0)