@@ -61,22 +61,6 @@ public class Contribution extends Media {
61
61
public Uri contentProviderUri ;
62
62
public String dateCreatedSource ;
63
63
64
- public Contribution (Uri contentUri , String filename , Uri localUri , String imageUrl , Date dateCreated ,
65
- int state , long dataLength , Date dateUploaded , long transferred ,
66
- String source , String description , String creator , boolean isMultiple ,
67
- int width , int height , String license ) {
68
- super (localUri , imageUrl , filename , description , dataLength , dateCreated , dateUploaded , creator );
69
- this .contentUri = contentUri ;
70
- this .state = state ;
71
- this .transferred = transferred ;
72
- this .source = source ;
73
- this .isMultiple = isMultiple ;
74
- this .width = width ;
75
- this .height = height ;
76
- this .license = license ;
77
- this .dateCreatedSource = "" ;
78
- }
79
-
80
64
public Contribution (Uri localUri , String imageUrl , String filename , String description , long dataLength ,
81
65
Date dateCreated , Date dateUploaded , String creator , String editSummary , String decimalCoords ) {
82
66
super (localUri , imageUrl , filename , description , dataLength , dateCreated , dateUploaded , creator );
0 commit comments