diff options
| author | JF002 <JF002@users.noreply.github.com> | 2021-08-28 14:39:48 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-28 14:39:48 (GMT) |
| commit | 2870d3ae6c00f127883e6cedecda328994b0fec7 (patch) | |
| tree | 75c4b96ace962cbb965c2bdd0dd11137b471c5ac /src/displayapp/screens/FlashLight.h | |
| parent | fab49f8557ef8ff38fe4f607e33b18fb5a1aeb9a (diff) | |
| parent | c2fae47391f02b515c8d85a00ae1b7190bcd30a0 (diff) | |
Merge pull request #497 from Riksu9000/refresh_rework
Rework Refresh
Diffstat (limited to 'src/displayapp/screens/FlashLight.h')
| -rw-r--r-- | src/displayapp/screens/FlashLight.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/displayapp/screens/FlashLight.h b/src/displayapp/screens/FlashLight.h index a862ffd..7f5ca6c 100644 --- a/src/displayapp/screens/FlashLight.h +++ b/src/displayapp/screens/FlashLight.h @@ -16,8 +16,6 @@ namespace Pinetime { FlashLight(DisplayApp* app, System::SystemTask& systemTask, Controllers::BrightnessController& brightness); ~FlashLight() override; - bool Refresh() override; - bool OnTouchEvent(Pinetime::Applications::TouchEvents event) override; void OnClickEvent(lv_obj_t* obj, lv_event_t event); |
