mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-27 00:51:44 +01:00
remove unused variable
forgot to include in previous commit
This commit is contained in:
parent
db37222171
commit
ffcb67636e
@ -48,7 +48,6 @@ public class PineTimeInstallHandler implements InstallHandler {
|
|||||||
private final Context context;
|
private final Context context;
|
||||||
|
|
||||||
private InfiniTimeDFUPackage dfuPackageManifest;
|
private InfiniTimeDFUPackage dfuPackageManifest;
|
||||||
private String version = "(Unknown version)";
|
|
||||||
|
|
||||||
public PineTimeInstallHandler(Uri uri, Context context) {
|
public PineTimeInstallHandler(Uri uri, Context context) {
|
||||||
this.context = context;
|
this.context = context;
|
||||||
|
Loading…
Reference in New Issue
Block a user