We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9366c03 commit 4171d9cCopy full SHA for 4171d9c
src/main/java/de/dennisguse/opentracks/content/data/Track.java
@@ -46,19 +46,6 @@ public class Track {
46
47
private TrackStatistics trackStatistics = new TrackStatistics();
48
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
62
/**
63
* May be null if the track was not loaded from the database.
64
*/
0 commit comments