codacy: Avoid unused local variables

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2020-03-13 10:46:07 +01:00
parent e9bdd81029
commit ca2420e1d6
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -207,7 +207,6 @@ public final class MediaProvider {
String dataPath = MainApp.getStoragePath() + File.separator + MainApp.getDataFolder();
if (cursorFolders != null) {
String folderName;
String fileSortOrder = MediaStore.Video.Media.DATE_TAKEN + " DESC LIMIT " + itemLimit;
Cursor cursorVideos;