summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/PassKey.h
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-03-24 11:52:51 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-03-24 11:52:51 (GMT)
commite78a9401ac707fe75da54fdc6ce6c3aa89032360 (patch)
tree7e078b0ca8a4f3222197d0e19a038bf4bc187a17 /src/displayapp/screens/PassKey.h
parent3c29183dd22d33928ac62c65a378922d49fa06e9 (diff)
Disable bonding; Another try to disable secure pairing
Diffstat (limited to 'src/displayapp/screens/PassKey.h')
-rw-r--r--src/displayapp/screens/PassKey.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/displayapp/screens/PassKey.h b/src/displayapp/screens/PassKey.h
deleted file mode 100644
index 16e72a3..0000000
--- a/src/displayapp/screens/PassKey.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#pragma once
-
-#include "Screen.h"
-#include <lvgl/lvgl.h>
-
-namespace Pinetime {
- namespace Applications {
- namespace Screens {
-
- class PassKey : public Screen {
- public:
- PassKey(DisplayApp* app, uint32_t key);
- ~PassKey() override;
-
- private:
- lv_obj_t* passkeyLabel;
- lv_obj_t* backgroundLabel;
- };
- }
- }
-}