[tx-robot] updated from transifex
[pub/Android/ownCloud.git] / src / com / owncloud / android / ui / fragment / FileFragment.java
index 8b1cedb..cacfa2d 100644 (file)
@@ -143,12 +143,6 @@ public class FileFragment extends Fragment {
          */
         public void onTransferStateChanged(OCFile file, boolean downloading, boolean uploading);
 
-        /**
-         * Request the parent activity to show the view for sharing an {@link OCFile}.
-         *
-         * @param file      File to share
-         */
-        public void showShareFile(OCFile file);
     }
 
 }