@@ -61,22 +61,6 @@ public class Contribution extends Media {
6161 public Uri contentProviderUri ;
6262 public String dateCreatedSource ;
6363
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-
8064 public Contribution (Uri localUri , String imageUrl , String filename , String description , long dataLength ,
8165 Date dateCreated , Date dateUploaded , String creator , String editSummary , String decimalCoords ) {
8266 super (localUri , imageUrl , filename , description , dataLength , dateCreated , dateUploaded , creator );
0 commit comments