X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/5d784d98b4b86e0d047ac2bdf5539495ccfb81f8..e901b609baa4dd5f681e2a5257c9e504997e3377:/src/com/owncloud/android/datamodel/OCFile.java diff --git a/src/com/owncloud/android/datamodel/OCFile.java b/src/com/owncloud/android/datamodel/OCFile.java index 70296d5f..392d03bc 100644 --- a/src/com/owncloud/android/datamodel/OCFile.java +++ b/src/com/owncloud/android/datamodel/OCFile.java @@ -157,15 +157,6 @@ public class OCFile implements Parcelable, Comparable { } /** - * 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 *