Merge pull request #740 from owncloud/revert-669-master
[pub/Android/ownCloud.git] / src / com / owncloud / android / datamodel / OCFile.java
index 70296d5..392d03b 100644 (file)
@@ -157,15 +157,6 @@ public class OCFile implements Parcelable, Comparable<OCFile> {
     }
 
     /**
-     * Can be used to set the path where the file will be stored
-     * 
-     * @param remote_path to set
-     */
-    public void setRemotePath(String remote_path) {
-        mRemotePath = remote_path;
-    }
-
-    /**
      * Can be used to check, whether or not this file exists in the database
      * already
      *