1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-28 04:46:51 +01:00

remove unused variable

forgot to include in previous commit
This commit is contained in:
MPeter 2022-09-01 22:18:56 +02:00
parent db37222171
commit ffcb67636e

View File

@ -48,7 +48,6 @@ public class PineTimeInstallHandler implements InstallHandler {
private final Context context;
private InfiniTimeDFUPackage dfuPackageManifest;
private String version = "(Unknown version)";
public PineTimeInstallHandler(Uri uri, Context context) {
this.context = context;