Remove another variable

This commit is contained in:
Mario Danic 2017-01-20 20:11:19 +01:00 committed by AndyScherzinger
parent 6b45af9a91
commit caccef129b
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -525,7 +525,6 @@ public class PreviewImageFragment extends FileFragment {
if (result.ocFile.getMimetype().equalsIgnoreCase("image/png")) {
Drawable backrepeat = getResources().getDrawable(R.drawable.backrepeat);
Resources r = getResources();
Drawable[] layers = new Drawable[2];
layers[0] = r.getDrawable(R.drawable.backrepeat);