remove unused code

This commit is contained in:
AndyScherzinger 2017-07-28 21:29:15 +02:00
parent f05a64b01a
commit 57896a89bd
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -131,8 +131,6 @@ public class MediaProvider {
if (filePath != null) {
mediaFolder.filePaths.add(filePath);
mediaFolder.absolutePath = filePath.substring(0, filePath.lastIndexOf("/"));
} else {
failedImages++;
}
}
cursorImages.close();