Skip to content

Commit 5dd362c

Browse files
committed
more changes
1 parent 0537470 commit 5dd362c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

app/src/main/java/fr/free/nrw/commons/contributions/Contribution.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,6 @@ public Contribution(Uri localUri, String imageUrl, String filename, String descr
6565
this.dateCreatedSource = "";
6666
}
6767

68-
public Contribution(Uri localUri, String imageUrl, String filename, String description, long dataLength,
69-
Date dateCreated, Date dateUploaded, String creator, String editSummary, String decimalCoords, int state) {
70-
super(localUri, imageUrl, filename, description, dataLength, dateCreated, dateUploaded, creator);
71-
this.decimalCoords = decimalCoords;
72-
this.editSummary = editSummary;
73-
this.dateCreatedSource = "";
74-
this.state=state;
75-
}
76-
7768
public Contribution(Media media) {
7869
super(media.localUri, media.thumbUrl, media.imageUrl, media.filename, media.description,
7970
media.discussion,

0 commit comments

Comments
 (0)