remove unused variable

forgot to include in previous commit
This commit is contained in:
MPeter
2022-11-04 19:17:53 +01:00
parent db37222171
commit ffcb67636e
@@ -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;