Revert changes for files uploading
[pub/Android/ownCloud.git] / src / com / owncloud / android / datamodel / OCFile.java
index e543b44..2ba0415 100644 (file)
@@ -572,8 +572,4 @@ public class OCFile implements Parcelable, Comparable<OCFile> {
         return false;
     }
 
-    public boolean isUploading() {
-        // TODO real implementation
-        return false;
-    }
 }